Create Subsequence
create_subsequenceCreate a separate subsequence from selected clips or a time range, leaving the original timeline clips unchanged.
Instructions
Create a separate subsequence from selected clips or a time range. This Premiere API does not replace the original timeline clips with a nested-sequence reference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ignore_track_targeting | No | Whether to ignore track targeting (default: false) |
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. |