Import Media
import_mediaImport media files directly into a Premiere Pro project, specifying a target bin or importing to root. Accepts multiple file paths and suppresses dialogs for automated workflows.
Instructions
Import media files into the project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_paths | Yes | Array of file paths to import | |
| target_bin | No | Optional bin name or node ID to import into. Imports to root if omitted. | |
| suppress_ui | No | Suppress import dialogs (default: true) |
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. |