describe_tool
Retrieve full tool details and JSON Schema from the catalog before calling an unfamiliar tool. Ensure correct usage by checking parameters first.
Instructions
Get the full description and JSON Schema of one tool from the catalog. Always call this before the first call_tool of a tool you haven't used in this session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Exact tool name from list_tools. | |
| tool_name | No | Alias for name. |