run_query
Execute a SQL query to explore database contents. Queries are restricted to read-only SELECT for safety.
Instructions
Execute a SQL query against the database. Checked for safety. Read-only SELECT by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | The SQL query string to run. |