Crop Clip
crop_clipApply or update the Crop effect on a video clip by setting top, left, right, bottom, zoom, and edge feather percentages, then read back the applied values.
Instructions
Apply or update Premiere's Crop effect on one video clip and read back every requested value. Adding Crop uses the legacy QE catalog only when the clip does not already contain it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Percent cropped from the top edge. | |
| left | No | Percent cropped from the left edge. | |
| zoom | No | Whether Crop should scale the remaining image to fill the frame. | |
| right | No | Percent cropped from the right edge. | |
| bottom | No | Percent cropped from the bottom edge. | |
| node_id | Yes | Timeline video-clip node ID. | |
| edge_feather | No | Crop edge feather percentage. |
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. |