search
Find any symbol, file, or concept in the codebase by exact name, path, or natural language. Get file paths with line ranges and confidence to jump straight to source.
Instructions
Search the codebase for symbols, files, or concepts. Works equally well for exact names ('UserStatus'), file paths ('types/enums'), or natural language ('how authentication works'). Returns name, kind, file path with line ranges (file:start-end), and confidence [H/M/L]. Use built-in Read with offset=line_start, limit=line_end-line_start to get source. Use this FIRST — replaces grep and glob.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| near | No | Optional: only return files connected to this symbol or file path (within 3 graph hops). Use when you know which subsystem you're working in. | |
| query | Yes |