enox_query
Filter knowledge graph nodes by type, domain, or name using exact or substring matching to find specific items in your codebase.
Instructions
Filter nodes in the knowledge graph by type, domain, or name.
Use this for exact filtering when you know what you're looking for. Unlike semantic_search, this does exact/substring matching on fields.
Example: query_graph(type="decision", domain="engineering", limit=20)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by node type | |
| domain | No | Filter by knowledge domain | |
| name | No | Filter by node name (substring match) | |
| limit | No | Maximum number of results (default: 50) |