Remove Keyframe Range
remove_keyframe_rangeRemove all keyframes within a specified time range from an effect property. Enter the clip's node ID, effect name, property name, and start/end seconds to clear animation data in that interval.
Instructions
Remove all keyframes in a time range from an effect property
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Node ID of the clip | |
| effect_name | Yes | Display name of the effect | |
| end_seconds | Yes | End of the range in seconds | |
| property_name | Yes | Display name of the property | |
| start_seconds | Yes | Start of the range in seconds |
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. |