Set Keyframe Interpolation
set_keyframe_interpolationSet the interpolation type (Linear, Hold, or Bezier) for a keyframe on an effect property to control how values change between keyframes.
Instructions
Set the interpolation type of a keyframe (Linear, Hold, or Bezier)
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 | |
| interpolation | Yes | Interpolation type | |
| 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. |