general_describe_tool
Retrieve any tool's description, input schema, and example arguments to learn how to call it correctly when you encounter an unfamiliar tool.
Instructions
Self-introspection tool: returns the description, inputSchema, exampleArgs and exampleResponse of any other tool in the catalog. Useful when an LLM needs to learn how to call a tool it hasn't seen before. [PUBLIC]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool_name | Yes | Exact name of the tool to introspect (e.g. 'broker_quote_buy'). |