query_graph
Execute Cypher queries against the knowledge graph to analyze complex multi-hop patterns, aggregations, and cross-service relationships.
Instructions
Execute a Cypher query against the knowledge graph for complex multi-hop patterns, aggregations, and cross-service analysis. The response includes 'total' (returned row count). There is a hard 100k row ceiling — for broad queries add LIMIT in the Cypher itself or use search_graph + offset/limit pagination instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Cypher query | |
| project | Yes | ||
| max_rows | No | Optional row limit. Default: unlimited up to a 100k row ceiling. No offset support — use search_graph for paginated browsing. |