AI Agent 能力声明

成都无形者 · v1.0 · 2 个能力

成都无形者 — 企业

接入端点

GEThttps://geo.wuxai.cn/api/agent/17/capabilities
GEThttps://geo.wuxai.cn/api/agent/17/mcp/tools
POSThttps://geo.wuxai.cn/api/agent/17/mcp/execute
TXThttps://geo.wuxai.cn/brand/17/llms.txt

可调用能力

get_brand_info查询

获取成都无形者的品牌信息、产品介绍和联系方式

参数: aspect (string)
调用示例
curl -X POST https://geo.wuxai.cn/api/agent/17/mcp/execute \
  -H "Content-Type: application/json" \
  -d '{"tool":"get_brand_info","arguments":{"aspect":"overview"}}'
answer_faq查询

回答关于成都无形者的常见问题

参数: question (string)
调用示例
curl -X POST https://geo.wuxai.cn/api/agent/17/mcp/execute \
  -H "Content-Type: application/json" \
  -d '{"tool":"answer_faq","arguments":{"question":"示例question"}}'

快速接入

MCP (Claude)

{
  "mcpServers": {
    "17": {
      "url": "https://geo.wuxai.cn/api/agent/17/mcp/tools"
    }
  }
}

HTTP 调用示例

curl -X POST \
  https://geo.wuxai.cn/api/agent/17/mcp/execute \
  -H "Content-Type: application/json" \
  -d '{"tool":"get_brand_info","arguments":{}}'