Get the full schema of a tool
get_tool_schemaRetrieve the full JSON schema of a specified tool from a named MCP server to construct valid arguments for calling it.
Instructions
Get the full description and JSON input schema of one tool, needed to construct arguments for call_tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | Tool name from list_tools | |
| server | Yes | Server name from list_servers |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| server | Yes | ||
| annotations | No | ||
| description | Yes | The full description, untruncated. | |
| inputSchema | Yes | JSON Schema for the arguments of call_tool. | |
| outputSchema | No | JSON Schema the structuredContent of a call conforms to; absent if the tool declares none. |