list_symbols
Find code symbols (classes, functions, interfaces) by name with substring filtering. Quickly locate relevant definitions without reading entire files.
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. |