Import Folder
import_folderImport all media files from a folder into the current Premiere Pro project. Provide the folder path to add its contents directly to the project's media bin.
Instructions
Import an entire folder of media into the project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_path | Yes | Path to the folder to import |
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. |