code_graph_search
Search code symbols using fuzzy matching with ranking from exact to partial matches. Filter by data type to find functions, classes, modules, or methods in your codebase.
Instructions
Fuzzy symbol search over the graph: exact → prefix → contains →
camelCase/snake_case token split. kinds filters by symbol type
(module|class|function|method); omit for all. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kinds | No | ||
| query | Yes | ||
| app_id | Yes | ||
| db_path | No | ||
| max_results | No |