run_sql
Run SQL statements against a provisioned project, returning results as a markdown table. Use this to query or modify database schema directly.
Instructions
Execute SQL (DDL or queries) against a provisioned project. Returns results as a markdown table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | The project ID to run SQL against (defaults to the active project) | |
| sql | Yes | SQL statement to execute (DDL or DML) | |
| params | No | Bind parameters for parameterized queries (e.g. [42, "hello"]) |