Create Mogrt Batch
create_mogrt_batchGenerate exact MOGRT recipes from a one-time batch preview, requiring explicit export confirmation and halting on the first After Effects failure to prevent partial outputs.
Instructions
Create the exact MOGRT recipes from a one-time batch preview. Requires explicit export confirmation and stops on the first After Effects failure without claiming rollback.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| preview_token | Yes | One-time token returned by preview_mogrt_batch. | |
| confirm_export | Yes | Must be true to request every planned export. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| data | No | Tool-specific result data when ok is true. | |
| tool | Yes | The registered MCP tool name. | |
| error | No | Failure detail when ok is false. |