Get Value At Time
get_value_at_timeRetrieve an effect property's interpolated value at a specific time in Premiere Pro. Use this to automate keyframing or analyze property changes.
Instructions
Get the interpolated value of an effect property at a specific time
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 to query the value at | |
| 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. |