query
Run a read-only MySQL query to inspect data or schema. Accepts SELECT, SHOW, DESCRIBE, EXPLAIN, and WITH statements while preventing writes.
Instructions
Use this when you need to run one read-only MySQL query. It accepts SELECT, SHOW, DESCRIBE, EXPLAIN, and WITH statements only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |