MCPListToolsTool interface
A tool available on an MCP server.
Properties
| annotations | Additional annotations about the tool. |
| description | The description of the tool. |
| input_schema | The JSON schema describing the tool's input. |
| name | The name of the tool. |
Property Details
annotations
Additional annotations about the tool.
annotations?: MCPListToolsToolAnnotations
Property Value
description
The description of the tool.
description?: string
Property Value
string
input_schema
The JSON schema describing the tool's input.
input_schema: MCPListToolsToolInputSchema
Property Value
name
The name of the tool.
name: string
Property Value
string