Add Keyframe
add_keyframeInsert a keyframe on an effect property at a specified timestamp and read back the value to confirm parameter data.
Instructions
Add and read back a keyframe on an effect property. This verifies stored parameter data only; render/playback verification remains host-dependent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Value at the keyframe | |
| node_id | Yes | Node ID of the clip | |
| effect_name | Yes | Display name of the effect | |
| time_seconds | Yes | Time in seconds relative to clip start where to add keyframe | |
| 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. |