McpTool
/api/v1/apps/{appId}/mcp/toolsAn MCP tool registered for LLM agent invocation via the platform proxy.
registerlistunregistercallproxyInfotoMcpServerSchema
| Field | Type | Notes |
|---|---|---|
| name* | string | Tool name (unique per app). |
| description* | string | Tool description for LLM consumption. |
| endpoint* | string | REST endpoint this tool proxies. |
| method* | enum | GET | POST | PUT | PATCH | DELETEHTTP method. |
| input_schema | json | JSON Schema for tool input arguments. |
| requires_approval | boolean | Whether the tool requires HITL approval before invocation. |
API
Loading manifest…