Duplicate Clip
duplicate_clipDuplicate any clip on the timeline by placing a copy on the next available track at the same position. Specify the clip's node ID to create an instant duplicate for layering or backup.
Instructions
Duplicate a clip on the timeline (copy to same position on next available track)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Node ID of the clip to duplicate |
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. |