Create Sequence From Clips
create_sequence_from_clipsCreate a new sequence in Premiere Pro by automatically placing specified project items in order.
Instructions
Create a new sequence by automatically placing project items in order
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new sequence | |
| item_ids | Yes | Array of project item names or node IDs to include in order |
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. |