check_query
Validate SQL statements against a read-only guard without executing them, ensuring queries are safe for read-only database access.
Instructions
Check whether a SQL statement would pass the read-only guard, without running it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes |