db_execute
Executes write SQL statements—INSERT, UPDATE, DELETE, CREATE, ALTER, DROP—to modify database schema or data. Disabled when the server is in read-only mode.
Instructions
Execute a write SQL statement: INSERT, UPDATE, DELETE, CREATE, ALTER, DROP. Disabled in read-only mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | SQL statement to execute |