R
RoboParts 机器人零部件兼容性
/get_standard_audit
get standard audit
返回标准登记表 ↔ 实体声明 的自动交叉校验结果:哪些机械/总线声明能被已知标准集核实、哪些声明的编码不在已知指定集中(无法核实),以及登记表缺口与行业标准覆盖情况。这是数据质量自检,不是兼容性裁决;其作用是指出"声明了但出处存疑"的条目,供人工补全证据。
liveverifiedunknown~5s typical
mcpprobedroboparts机器人零部件兼容性
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-cc-roboparts-roboparts /get_standard_audit for me.
Input
| Field | Type | Description |
|---|---|---|
| scope | string (all | conflicts) | 返回范围:all=完整审计报告(默认);conflicts=仅数据质量冲突条目。 default "all" |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-cc-roboparts-roboparts","endpoint":"/get_standard_audit","input":{"scope":"all"}}'cli
npx cracked-ai run -p mcp-cc-roboparts-roboparts -e /get_standard_audit -i '{"scope":"all"}'mcp
run_tool({ provider: "mcp-cc-roboparts-roboparts", endpoint: "/get_standard_audit", input: {"scope":"all"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.