repo_query_knowledge_graph
Query repository knowledge graph to locate files, functions, classes, modules, or dependencies by name or type. Get structured entity information for code analysis.
Instructions
Query the repository knowledge graph by entity name or type (file, function, class, module, dependency).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the repository root directory. | |
| type | No | Filter by entity type. | |
| query | No | Optional search string to filter entity names. |