Replace Clip Media
replace_clip_mediaSwap a timeline clip's media source to another project item. The operation performs no mutation, because the legacy route cannot ensure the original clip's trim, position, linked audio, or adjacent clips are preserved.
Instructions
Unavailable by design: the legacy ExtendScript overwrite route cannot prove that replacing media preserves the original clip's trim, position, linked audio, or adjacent clips, so this tool performs no mutation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new_item_id | Yes | Node ID or name of the new source project item | |
| clip_node_id | Yes | Node ID of the timeline clip to replace media on |
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. |