explain_tool
Retrieve detailed metadata for any discovered tool. Get title, summary, risk level, tags, aliases, and optionally the full input schema. Use this to understand a tool before invoking it.
Instructions
v0.7.1: Expand a single tool's metadata — title, summary, risk level, tags, aliases, profiles, modes, schema digest, and optionally the full inputSchema. Use after discover_tools to understand a specific tool before calling it. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Tool name or alias to explain. Accepts both the canonical name (e.g. 'create_task') and aliases (e.g. 'new_task'). | |
| includeSchema | No | When true, include the full inputSchema in the response. Default false to keep output minimal. |