run_readonly_query
Run read-only SQL SELECT or WITH queries to retrieve rows from PostgreSQL without modifying data. Safely inspect schema and query information through MCP.
Instructions
Execute a single read-only SELECT or WITH query and return its rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |