Set Sequence Settings
set_sequence_settingsSet the width and height of a Premiere Pro sequence to modify its frame size. Optionally specify a sequence ID; the active sequence is used when omitted.
Instructions
Modify and read back sequence frame-size settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | Frame width in pixels | |
| height | No | Frame height in pixels | |
| sequence_id | No | Sequence name or ID. Uses active sequence if omitted. |
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. |