codebase_symbol
Get insight into a code symbol, including definition, kind, callers, callees, and confidence levels, to understand it before modifying.
Instructions
360° view of a symbol: definition, kind, callers, callees, confidence levels. Use to understand a function or class before changing it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | No | Absolute path to the project directory. | |
| name | Yes | Symbol name (e.g. 'validateUser'). | |
| file | No | Optional file hint to disambiguate when the name is not unique. |