edit_draft
Create a revised copy of a Jianying/CapCut draft project while preserving the original source. Apply clip operations like append, remove, update, or split for non-destructive editing.
Instructions
Create a new revision of an MCP-managed project; source always remains unchanged.
Operations: {op:append,clip:{...}}, {op:remove,id:clip_id}, {op:update,id:clip_id,changes:{start,duration,source_start,speed,volume,text,...}}, {op:split,id:clip_id,at:timeline_seconds}. Trim/move through update; gaps are preserved and there is no implicit ripple editing. Get IDs using read_managed_project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| dry_run | No | ||
| new_name | Yes | ||
| operations | Yes | ||
| include_plan | No |