Remove Effect
remove_effectRemove an effect from a clip by its name or index to delete unwanted filters or adjustments, keeping the timeline clean and precise.
Instructions
Remove an effect from a clip by its index or name. Returns a capability error when the host cannot remove an individual component.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Node ID of the clip | |
| effect_name | No | Name of the effect to remove (alternative to effect_index) | |
| effect_index | No | Index of the effect to remove (0-based). Use get_clip_properties to see effects list. |
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. |