Create Sequence
create_sequenceCreate a new sequence in a Premiere Pro project. Specify a preset path for custom settings, or use the default preset automatically.
Instructions
Create a new sequence in the project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new sequence | |
| preset_path | No | Optional path to a sequence preset file (.sqpreset). If omitted, a default preset is discovered from the Premiere installation (override with PREMIERE_DEFAULT_SEQUENCE_PRESET). |
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. |