Playground

Playground

McpTool

/api/v1/apps/{appId}/mcp/tools

An MCP tool registered for LLM agent invocation via the platform proxy.

registerlistunregistercallproxyInfotoMcpServer

Schema

FieldTypeNotes
name*stringTool name (unique per app).
description*stringTool description for LLM consumption.
endpoint*stringREST endpoint this tool proxies.
method*enumGET | POST | PUT | PATCH | DELETEHTTP method.
input_schemajsonJSON Schema for tool input arguments.
requires_approvalbooleanWhether the tool requires HITL approval before invocation.

API

Loading manifest…