describe_tool
Retrieve the full description and JSON Schema of a tool from the catalog before using it, ensuring correct invocation.
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. |