code_graph_search
Search a code graph for symbols using fuzzy matching: exact, prefix, substring, or token-split. Filter results by kind: module, class, function, or method. Read-only.
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 |