MCPTool interface
Represents a mcp tool definition.
Properties
| annotations | The annotations for the tool. |
| description | The description of the tool. |
| input |
The input schema for the tool. |
| name | The name of the tool. |
Property Details
annotations
The annotations for the tool.
annotations?: any
Property Value
any
description
The description of the tool.
description?: string
Property Value
string
inputSchema
The input schema for the tool.
inputSchema: any
Property Value
any
name
The name of the tool.
name: string
Property Value
string