fastbcp_execute_export
Run a pre-built FastBCP export command after previewing it. Requires explicit confirmation to execute.
Instructions
Execute a FastBCP export command that was previously built by fastbcp_preview_export. Requires confirmation=true as a safety gate. Does NOT build the command — the command string must come from a prior fastbcp_preview_export call. Will fail if the FastBCP binary is not installed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The full command string from fastbcp_preview_export output (with actual passwords, not the masked version). | |
| confirmation | Yes | Safety gate — must be true to execute. Confirms the user has reviewed the command from fastbcp_preview_export. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | 'ok' when the call succeeded; 'error' when the parameters failed validation or execution failed. | |
| stderr | No | ||
| stdout | No | ||
| log_dir | No | ||
| success | No | True when the command exited 0. | |
| diagnostics | No | Parsed hints when the command failed. | |
| return_code | No | Process exit code. |