run_query
Execute read-only SQL SELECT queries, returning up to 500 rows, with automatic abort on queries exceeding 5 seconds for safe data retrieval.
Instructions
Run a read-only SELECT query and return the rows.
At most 500 rows come back; if the query matched more, "truncated" is true and you should add a LIMIT or aggregate instead. Queries running longer than 5 seconds are aborted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||