codebase_symbols
List symbols in a file or search by name across the project to discover code structure before exploring a specific symbol.
Instructions
List symbols in a file, or search by name across the project. Use to discover what exists before drilling into a single symbol with codebase_symbol.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | No | Absolute path to the project directory. | |
| file | No | Relative file path — list all symbols in this file. | |
| query | No | Substring to match against symbol names project-wide. | |
| limit | No | Maximum results (default 200). |