query_connection
Run a read-only SQL SELECT query against a specified source connection to inspect or preview data without modifying it.
Instructions
Execute a read-only SQL query against a source connection.
Args: connection_id: The connection to query. query: A single SELECT statement (no mutations allowed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| connection_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |