search_symbols
Search an indexed codebase for functions, classes, types, or other symbols by name or pattern, with optional filtering by symbol kind.
Instructions
Find functions, classes, types, and other symbols by name or pattern in an indexed codebase.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Filter by symbol kind | |
| query | Yes | Symbol name or pattern to search for | |
| directory | Yes | Absolute path to the indexed project | |
| maxResults | No | Maximum results to return |