list_symbols
Search indexed code symbols by name using substring matching to find classes, functions, and interfaces.
Instructions
List or search indexed code symbols (such as classes, structs, functions, and interfaces) by name. Supports substring filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of symbols to return. Defaults to 20, capped at 100. | |
| query | No | Substring query to filter symbol names. If omitted, returns all symbols. |