Set Clip Properties
set_clip_propertiesModify clip opacity, scale, position, and rotation. Supplying unsupported speed returns an actionable error before any change.
Instructions
Set supported clip properties (opacity, scale, position, rotation). Clip speed is unsupported and fails before mutation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | Scale percentage (100 = original size) | |
| speed | No | Unsupported by Premiere's public scripting APIs. Supplying this returns an actionable error without mutating the clip. | |
| node_id | Yes | Node ID of the clip | |
| opacity | No | Opacity value (0-100) | |
| rotation | No | Rotation in degrees | |
| position_x | No | Horizontal position | |
| position_y | No | Vertical position |
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. |