query_readonly
Run a single SELECT safely: only allow-listed tables, max 200 rows, and automatic blocking of non-read-only queries.
Instructions
Run one SELECT through the SafeSQL guard (read-only role, LIMIT capped at 200).
Anything that is not a single clean SELECT on allow-listed tables is blocked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes |