map_search
Perform fuzzy symbol lookup over the static map to find candidate symbols by name when you don't have a location yet. Returns node IDs for further navigation.
Instructions
Fuzzy symbol lookup over the static map — the cheap way to find candidate symbols by name when you don't have a location yet. Returns node IDs usable with map_neighbors and resolve. Name-based and possibly stale; for ground truth use nav_workspaceSymbols, which queries the live language server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | any | |
| limit | No | ||
| query | Yes | Symbol or file name fragment; case-insensitive substring/fuzzy match | |
| 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. |