get_symbol_context
Retrieve a symbol's body, signature, callers, and callees to understand its purpose and system fit in one response.
Instructions
Return the body, signature, callers, and callees of a symbol.
Designed as rich LLM context — answers "what does this do and how does it fit in the system?" in a single response. Callers and callees are limited to 5 each so the result fits in a compact context window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Symbol name. Returns body, signature, up to 5 callers and 5 callees in one call. | |
| project_root | No | Project root. Auto-detected if omitted. |