Copy Effect Values
copy_effect_valuesCopy verified scalar effect-property values from an effect on one clip to the matching effect on another clip, preserving correct settings when both clips have the same effect applied.
Instructions
Copy verified scalar effect-property values from one effect to the matching effect on another clip. Both clips must already have the same effect applied. Legacy CEP deliberately refuses Blend Mode because Premiere can corrupt its enum value on cross-clip writes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| effect_name | Yes | Display name of the effect to copy values for | |
| source_node_id | Yes | Node ID of the source clip | |
| target_node_id | Yes | Node ID of the target clip |
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. |