general_describe_tool
Returns the description, input schema, example arguments, and example response of any tool in the Bit2Me MCP catalog, allowing AI assistants to dynamically learn how to invoke tools they do not know.
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'). |