inspect
Get a symbol's outline, references, and call chain from a workspace in a single request.
Instructions
Outline + references + call chain in one call (replaces read_outline/references/call_chain).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | File path relative to workspace_dir | |
| symbol | Yes | Symbol name to inspect | |
| include_refs | No | Include cross-file references (default: true) | |
| include_chain | No | Include call chain (default: true) | |
| workspace_dir | Yes | REQUIRED: project root (abs). reindex first if new. | |
| include_outline | No | Include file outline (default: true) |