Repository map
repo_mapGet a token-budgeted repository map in one call: filtered file tree, language stats, entry points, and key symbols. Use it before reading files to decide which matter. Respects .gitignore.
Instructions
Get a compact map of a repository in one call: filtered file tree, language stats, entry points, and key symbols. Use it before reading files to decide which files matter. Respects .gitignore. Output is capped by a token budget.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the repository root | |
| depth | No | How many directory levels to expand (default 2) | |
| budget | No | Approximate token budget for the response (default 1500) |