execute_command
Execute a database migration command after preview, requiring confirmation to prevent accidental execution.
Instructions
Execute a MigratorXpress command that was previously previewed. IMPORTANT: You must set confirmation=true to execute. This is a safety mechanism to prevent accidental execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The exact command from preview_command (space-separated) | |
| confirmation | Yes | Must be true to execute. This confirms the user has reviewed the command. |