query
Execute a read-only SQL query against the connected database. Optionally override the connection string for the query.
Instructions
Run a read-only SQL query against the currently connected database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | SQL query to execute (read-only) | |
| connectionString | No | Optional: PostgreSQL connection string to override the current connection for this query only |