map_overview
Get a token-budgeted structural summary of any unfamiliar codebase. Use the returned node IDs to explore file relationships and jump to precise live locations.
Instructions
START HERE for any unfamiliar codebase or feature area. Returns a cheap, token-budgeted structural summary (clusters of related files, hub symbols with node IDs) from a pre-built static index — no language-server cost, milliseconds even on large repos. Use the returned node IDs with map_neighbors to explore relationships and with resolve to jump to exact live locations. The index may lag recent edits: before editing or relying on a specific line number, confirm with resolve or nav_definition, which query the live language server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| focus | No | Restrict the overview to a subtree, e.g. 'src/auth' | |
| tokenBudget | No | Max tokens for the response. Lists are truncated to fit, with a note saying what was dropped and how to get it back. | |
| hubsPerCluster | No |