Create Sequence From Preset
create_sequence_from_presetCreate a new Premiere Pro sequence by loading a .sqpreset preset file. Specify the sequence name and the preset path to apply the desired settings.
Instructions
Create a new sequence from a specific preset file (.sqpreset)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new sequence | |
| preset_path | Yes | Full path to the .sqpreset file |
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. |