Replace Clip
replace_clipSwap a timeline clip with any project item while maintaining its position and duration.
Instructions
Replace a clip on the timeline with a different project item, preserving position and duration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Node ID of the clip to replace | |
| new_item_id | Yes | Node ID or name of the new project item to replace with |
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. |