R
RoboParts 机器人零部件兼容性
/get_component_detail
get component detail
按 ID 获取单个零部件的完整字段,包含 source_tier(数据来源等级)、confidence(置信度)、data_quality 与 mechanical_interface 等元数据。用于在做出采购/设计决策前核对证据强度。
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_component_detail for me.
Input
| Field | Type | Description |
|---|---|---|
| id* | string | 零部件 ID,如 ACT-001 / CHIP-001 / SENS-001。大小写与连字符需完全匹配,不做模糊查找;建议先由 search_components 返回值取得。注意 |
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_component_detail","input":{"id":"..."}}'cli
npx cracked-ai run -p mcp-cc-roboparts-roboparts -e /get_component_detail -i '{"id":"..."}'mcp
run_tool({ provider: "mcp-cc-roboparts-roboparts", endpoint: "/get_component_detail", input: {"id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.