Create Subclip
create_subclipCreate a named subclip from a project item by setting in and out points in seconds, enabling precise reuse of selected segments in Premiere Pro timelines.
Instructions
Create a subclip from a project item with in/out points
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the subclip | |
| item_id | Yes | Node ID or name of the source project item | |
| in_seconds | Yes | In-point in seconds | |
| out_seconds | Yes | Out-point in seconds |
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. |