Batch Apply Effect
batch_apply_effectApply one audio or video effect to selected clips, a compatible track, or all compatible clips. Preflights targets and verifies component counts before applying.
Instructions
Apply one audio or video effect to compatible selected clips, a compatible track, or all compatible clips. Every target is preflighted and then checked by component-count readback.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Which clips to apply to: selected clips, all on a track, or all in sequence | |
| track_type | No | Track type (required when target is 'track') | |
| effect_name | Yes | Display name of the effect to apply (e.g., 'Gaussian Blur', 'Lumetri Color') | |
| track_index | No | Track index (required when target is 'track') |
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. |