interface Tool {
    description?: string;
    inputSchema: ToolJsonInputSchema;
}

Properties

description?: string
inputSchema: ToolJsonInputSchema