search_symbols
Search for symbols in a codebase by partial name or wildcard pattern. Filter results by symbol kind and limit to efficiently locate functions, types, or modules when the full path is unknown.
Instructions
Search for symbols by name pattern. Supports partial matching and * wildcards. Use when you know a function name but not its full module path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| codebase | Yes | Codebase name (the name you used when calling index_codebase) | |
| query | Yes | Search query: partial name, glob pattern (e.g., "*.Authentication.*"), or exact qualified name | |
| kinds | No | Filter by symbol kind | |
| limit | No | Max results |