Open Kioku List Symbols
list_symbolsList indexed code symbols (functions, classes, structs, etc.) with pagination and optional substring filtering. Returns symbol name, kind, file path, and line range.
Instructions
List or substring-filter all indexed code symbols (functions, classes, structs, traits, interfaces) with pagination. Returns symbol name, kind, file path, and line range for each entry. Use to browse the indexed symbol table or filter by exact substring match. Supports pagination via limit and offset. Do NOT use for fuzzy or ranked symbol search (use search_symbols), for retrieving a symbol's full definition body (use get_definition), or for comprehensive symbol context (use get_symbol_context). This is read-only and reads from the local index only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of symbols to return. Defaults to 20, capped at 100. Use with offset for pagination. | |
| query | No | Substring query to filter symbol names by exact match. If omitted, returns all symbols ordered by name. | |
| offset | No | Number of matching symbols to skip before returning results. Defaults to 0. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | Wrapped non-object output, used for Markdown, TOON, or scalar responses. |