Copy Effects Between Clips
copy_effects_between_clipsCopy all effects or a specific effect from one clip to another in Premiere Pro, excluding intrinsic properties like Motion and Opacity unless named.
Instructions
Copy all effects (or a specific effect) from one clip to another. Does not copy intrinsic properties like Motion/Opacity unless specified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| effect_name | No | Specific effect display name to copy (copies all non-intrinsic effects if omitted) | |
| source_node_id | Yes | Node ID of the source clip to copy effects from | |
| target_node_id | Yes | Node ID of the target clip to paste effects to |
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. |