Skip to content
PricingReleases

AppMcpToolDefinition

Defined in: mcp.ts:76

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.

handler: (args, ctx) => Promise<ToolResult>

Defined in: mcp.ts:78

Record<string, unknown>

AppMcpToolContext

Promise<ToolResult>


schema: ToolSchema

Defined in: mcp.ts:77