Import Image Sequence
import_image_sequenceTurn a sequence of numbered still images into one video clip in Premiere Pro. Provide the first frame's path to import it directly into the root or a specified bin.
Instructions
Import a numbered image sequence as a single video clip.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_bin | No | Target bin name to import into (optional, imports to root if omitted) | |
| first_file_path | Yes | Full path to the first image in the sequence (e.g., /path/to/frame_001.png) |
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. |