Get Effect Properties
get_effect_propertiesRetrieve all properties and current values for a specific effect on a clip by specifying its node ID and effect name in Premiere Pro.
Instructions
List all properties of a specific effect on a clip, including current values
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Node ID of the clip | |
| effect_name | Yes | Display name of the effect (e.g., 'Motion', 'Opacity', 'Lumetri Color') |
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. |