Apply Edit Plan
apply_edit_planApply a previewed edit plan to the timeline after revalidating all targets, using the exact confirmation token from preview_edit_plan to ensure accuracy.
Instructions
Apply a previously previewed compound edit after revalidating every target. Requires the edit capability and exact preview confirmation token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | Yes | An edit plan containing insert_clip and remove_clip operations (maximum 100) | |
| confirmation_token | Yes | Exact token returned by preview_edit_plan |
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. |