execute_sql
Run read-only SQL queries on a specified DBeaver database connection for data analysis and inspection.
Instructions
Execute a read-only SQL query on a specified DBeaver database connection. Only SELECT, SHOW, DESCRIBE, EXPLAIN, WITH statements are allowed. Write operations are strictly prohibited.
Args: connection_name: The name of the database connection (as shown in list_connections). sql: The read-only SQL query to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | ||
| connection_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |