{"name":"Agentverse Mission Composer","version":"1.0.0","protocol":"A2MCP","billing":"free","description":"根据用户目标，从可核对的 OKX.AI Agent 服务中组合一条安全、只读的任务计划。","endpoint":"https://agentverse-world.davdong2359.chatgpt.site/api/a2mcp/compose","method":"POST","inputSchema":{"type":"object","required":["goal"],"additionalProperties":false,"properties":{"goal":{"type":"string","minLength":4,"maxLength":600},"maxAgents":{"type":"integer","minimum":1,"maximum":4,"default":3},"riskMode":{"type":"string","enum":["confirm-before-action"]},"assetSymbol":{"type":"string","pattern":"^[A-Za-z0-9._-]{1,20}$","description":"可选资产或代币符号，例如 BTC、ETH 或 OKB。"},"chainId":{"type":"string","pattern":"^eip155:[0-9]{1,12}$","description":"可选 CAIP-2 链 ID；X Layer 为 eip155:196。"},"contractAddress":{"type":"string","pattern":"^0x[a-fA-F0-9]{40}$","description":"可选 EVM 合约地址。"}}},"safety":{"readOnly":true,"automaticPayment":false,"automaticExecution":false},"delivery":{"success":"HTTP 200 直接返回 JSON 任务计划，deliveryStatus 为 delivered。","failure":"HTTP 4xx 返回稳定 code、可读 error、修复指引 hint 和可直接重试的 exampleRequest。","emptyProbe":"空 POST、JSON {} 或空参数封装用于可用性自检，会使用 exampleRequest 并返回 HTTP 200 示例交付。"},"acceptedRequestFormats":["JSON 对象","input/params/arguments/request/payload 参数封装","纯文本 goal","application/x-www-form-urlencoded","空 POST、JSON {} 或空参数封装可用性自检"],"exampleRequest":{"goal":"研究 BTC 市场状态，并检查 X Layer 代币风险","assetSymbol":"BTC","chainId":"eip155:196","maxAgents":3,"riskMode":"confirm-before-action"}}