more_horiz
@angular/core
Describes and implements a specific WebMCP tool for an agent to invoke.
On this page
API
interface WebMcpToolDescriptor<InputSchema extends JsonSchemaForInference> { name: string; description: string; inputSchema: InputSchema; execute: Execute<InputSchema>;}
inputSchema
InputSchemaA schema which describes the input arguments expected by the execute function
which the agent must provide.
Jump to details