execute_query
Run read-only SQL queries on PostgreSQL databases to retrieve data, analyze schemas, or explain query execution plans securely.
Instructions
Execute a read-only SQL query (SELECT, SHOW, DESCRIBE, EXPLAIN, WITH statements only)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum number of rows to return (default: 100) | |
query | Yes | SQL query to execute (read-only operations only) |