Import Sequences
import_sequencesImport selected sequences from another Premiere Pro project into the current one by providing the source project path and sequence IDs.
Instructions
Import sequences from another Premiere Pro project file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | Full path to the source .prproj file | |
| sequence_ids | Yes | Non-empty array of sequence IDs to import from the source project. |
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. |