One-shot context brief for a symbol
get_contextAvoid multiple round-trips: fetch definition, signature, callers, imports, and optional body/dependents in a single request with configurable 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). |