code_graph_search
Search code symbols using fuzzy matching from exact to prefix to substring, with camelCase/snake_case splits. Filter by symbol type (module, class, function, method) for targeted results.
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 |