explain_query
Shows the query plan for a read-only SELECT statement without executing it, using EXPLAIN. Respects the same read-only policy gate to block writes and restrict tables and columns.
Instructions
Show the query plan for a read-only SELECT without executing it (EXPLAIN, never EXPLAIN ANALYZE). Same policy gate as run_query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | A single read-only SELECT statement, checked against the same policy as run_query |