nebula_execute_query
Execute an approved read-only GQL statement to retrieve structured results, including tables, graph elements, analysis, and charts.
Instructions
Execute one approved read-only GQL statement and optionally return table, cytoscape-elements-v1 graph, deterministic analysis, and vega-lite-v5 charts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graph | No | ||
| max_rows | No | ||
| statement | Yes | ||
| render_mode | No | spec | |
| include_graph | No | ||
| include_charts | No | ||
| include_analysis | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graph | No | ||
| query | Yes | ||
| table | Yes | ||
| charts | No | ||
| status | Yes | ||
| analysis | No | ||
| truncation | Yes | ||
| explanation_context | Yes |