query_evidence_graph
Execute read-only graph queries with constrained Cypher to retrieve structured evidence from a pre-indexed code base.
Instructions
Execute a read-only graph query using a constrained subset of Cypher. Call get_evidence_schema first to see available node/edge types. (Note: The DSL is NOT full Cypher). Output rows are JSON arrays aligned with the user-selected variables in columns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum rows to return. Defaults to 50. | |
| query | Yes | The graph query string to execute. |