Remove Keyframe
remove_keyframeDelete a keyframe from an effect property at a specified time, enabling precise control over animation curves and keyframe cleanup.
Instructions
Remove a keyframe at a specific time 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 | |
| time_seconds | Yes | Time in seconds of the keyframe to remove | |
| property_name | Yes | Display name of the property |
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. |