describe_tool
Get complete details, input schema, and parameters for any available tool. Use it to understand required arguments and options before making a call.
Instructions
📖 Get full details for a specific tool. Deep dive into any tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lite | No | If true, return simplified schema with examples. | |
| action | No | For a consolidated router (knowledge, dialectic, observe, agent, ...): narrow the returned schema to the parameters this one action uses. | |
| agent_id | No | UNIQUE agent identifier; optional when session-bound (auto-injected). | |
| tool_name | Yes | Exact name of the tool to describe. | |
| include_schema | No | Full mode only (lite=false): include the tool's inputSchema (default true). | |
| continuity_token | No | Ownership proof from onboard()/identity(), for same-live-process rebinds only. Not a cross-process resume credential. | |
| client_session_id | No | In-session binding id from start_session()/identity(); pass it on same-process calls. Not a cross-process proof. | |
| include_full_description | No | Full mode only (lite=false): include the full description; false keeps the first line (default true). |