Apply Effect
apply_effectApplies a named video effect to a clip, using Premiere's effect catalog and falling back to an exact-name probe when needed.
Instructions
Apply a video effect to a clip. Uses QE DOM catalog lookup, with an exact-name QE probe when Premiere's catalog enumeration is empty.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Node ID of the clip to apply the effect to | |
| effect_name | Yes | Name of the effect (e.g., 'Gaussian Blur', 'Lumetri Color') |
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. |