Get Keyframes
get_keyframesRetrieve all keyframes for a specific effect property on a clip by supplying the clip's node ID, effect name, and property name. Use this to inspect animation curves and make precise adjustments.
Instructions
Get all keyframes for a specific effect property on a clip
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Node ID of the clip | |
| effect_name | Yes | Display name of the effect | |
| 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. |