Remove Effect By Name
remove_effect_by_nameRemoves all instances of a specific effect from a clip using its display name. Helps clean up unwanted effects without manual searching.
Instructions
Remove all instances of a specific effect from a clip by display name. Returns a capability error when the host cannot remove individual components.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Node ID of the clip | |
| effect_name | Yes | Display name of the effect to remove |
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. |