search_symbols
Search indexed code symbols by name substring. Filter by kind and language to pinpoint functions, classes, or methods, returning file paths and line ranges.
Instructions
Search indexed symbols by name substring.
Returns each match with its qualified name, kind, language, file path, and
line range. Use get_symbol_source to fetch exact body text. kind filters
to e.g. function/class/method; language to python/go/typescript/etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| limit | No | ||
| query | Yes | ||
| language | No |