AppMcpToolDefinition
Defined in: mcp.ts:54
Definition for an MCP tool provided by an app.
Apps declare these in their AppSpec.mcpTools array; the platform namespaces
them as {appId}_{toolName} and routes calls through the app-tools loader.
Properties
Section titled “Properties”handler
Section titled “handler”handler: (
args,ctx) =>Promise<ToolResult>
Defined in: mcp.ts:56
Parameters
Section titled “Parameters”Record<string, unknown>
Returns
Section titled “Returns”Promise<ToolResult>
schema
Section titled “schema”schema:
ToolSchema
Defined in: mcp.ts:55