Open Kioku Query Evidence Graph
query_evidence_graphRun read-only graph queries on a pre-indexed code evidence graph. Inspect schema first to constrain results by node and edge types.
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. Use for advanced read-only evidence queries after inspecting get_evidence_schema. The query language is a constrained Cypher-like DSL, not full Cypher; prefer purpose-built tools when available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum rows to return. Defaults to 50, capped at 100. | |
| query | Yes | The graph query string to execute. | |
| offset | No | Number of matching rows to skip. Defaults to 0. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | Wrapped non-object output, used for Markdown, TOON, or scalar responses. |