execute-query
Run parameterized SQL queries (SELECT, INSERT, UPDATE, DELETE) with built-in safety checks to prevent SQL injection, ensuring secure database operations on PostgreSQL via structured tool interfaces.
Instructions
Execute a parameterized SQL query with safety checks. Supports SELECT, INSERT, UPDATE, DELETE operations with parameter binding to prevent SQL injection.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
explain | No | ||
params | No | ||
query | Yes |