query_fact
Query a knowledge graph to retrieve facts about code entities such as APIs, functions, and classes, with optional filters by entity type or content type.
Instructions
Query the knowledge graph for facts about entities (APIs, functions, classes, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The search query (e.g., 'User.findByEmail', 'JWT authentication') | |
| context | No | Additional context for the query | |
| entity_type | No | Optional filter by entity type | |
| content_type | No | Optional filter by content_type. Use 'procedure' to explicitly summon procedures (which are excluded from auto-injection by design). |