AppMcpTool
/api/v1/apps/{appId}/mcp/toolsAn MCP tool registered under an application identity.
registerToolslistToolsSchema
| 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. |
API
Loading manifest…