query
Execute SQL SELECT queries to retrieve data from PostgreSQL databases. This read-only tool returns query results with rows, columns, and metadata for database analysis.
Instructions
Execute a SQL query against the PostgreSQL database.
This tool is READ-ONLY by default. Use the 'execute' tool for write operations.
Args:
sql: SQL query to execute (SELECT statements only)
Returns:
Query results with rows, columns, and metadataInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes |