Open Kioku Search Symbols
search_symbolsSearch indexed code symbols by approximate name using fuzzy matching. Returns ranked candidates with symbol name, kind, file path, and line range.
Instructions
Search indexed code symbols (functions, classes, structs, traits, interfaces) by name using fuzzy matching. Returns ranked candidates with symbol name, kind, file path, and line range. Use when an agent has an approximate or partial symbol name and needs fuzzy-ranked candidates from the indexed symbol table. Do NOT use for exact substring inventory (use list_symbols), retrieving a symbol's full body (use get_definition), or comprehensive symbol context with docs (use get_symbol_context). This is read-only and searches the local index only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of ranked results to return. Defaults to 20, capped at 100. | |
| query | No | Fuzzy or exact search query for symbol names. Supports partial names and approximate matches. | |
| 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. |