Preview Edit Plan
preview_edit_planValidate and preview compound timeline edits before applying them, returning a confirmation token required to execute the edit plan.
Instructions
Validate and preview a compound timeline edit without changing Premiere. Returns a confirmation token required by apply_edit_plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | Yes | An edit plan containing insert_clip and remove_clip operations (maximum 100) |
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. |