code_graph_search
Search code symbols by name with fuzzy matching, from exact to token splits. Filter by type (module, class, function, method) for targeted code graph queries.
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 |