run_sql
Execute a single read-only SQL SELECT against a SQLite database and receive the resulting rows as plain text. Use it to inspect and verify data without modifying the database.
Instructions
Run one read-only SELECT directly and return the rows as text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |