One-shot context brief for a symbol
get_contextRetrieve definitions, signatures, callers, imports, and dependents for a symbol in one call, with opt-in full source and size limits.
Instructions
ONE call for what would take several: definition, signature, callers/references (attributed to their enclosing symbol — heuristic), imports, dependents. Sections are OPT-IN via include (default definition,signature,callers,imports); add 'body' for full source, 'dependents' for reverse deps. Bounded by callerLimit and maxChars with explicit truncation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| include | No | Which sections to return. Omit for the default set. | |
| maxChars | No | Hard cap on response size (default 12000). | |
| callerLimit | No | Max callers to list (default 12). |