MCP
把真人执行层翻译成 Agent 能直接调用的工具模块。
这一页现在也补成完整工具页结构了:tool shape、schema、调用流程、artifact 返回、适用场景和 FAQ,都做成可跳和可点的模块。
MCP
这一页现在也补成完整工具页结构了:tool shape、schema、调用流程、artifact 返回、适用场景和 FAQ,都做成可跳和可点的模块。
Tool Shape
{
"name": "create_human_task",
"inputSchema": {
"type": "object",
"properties": {
"title": {"type": "string"},
"location": {"type": "string"},
"required_proof": {"type": "array"}
}
}
}How It Runs
Artifacts
FAQ
不只放 schema,还要回答“为什么这样接”和“适合什么场景”。