explainSymbol
Retrieve comprehensive symbol information including type signature, documentation, definition location, call hierarchy, and reference count in a single call.
Instructions
Get comprehensive symbol info in one call: type signature, docs, definition location, call hierarchy, and reference count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Workspace or absolute file path | |
| line | Yes | Line number (1-based) | |
| column | Yes | Column number (1-based) | |
| includeTypeHierarchy | No | Also fetch supertypes/subtypes hierarchy (default: false) | |
| includeCodeActions | No | Also fetch available code actions at this position (default: false) | |
| includeSiblings | No | Also fetch sibling symbols in the same file — other functions, classes, and variables defined alongside the target (default: false) | |
| useMemoryGraph | No | Query codebase-memory graph for architectural context: module ownership, ADRs, graph callers (default: false). Requires codebase-memory MCP connected + repo indexed. |