Import Fcp Xml
import_fcp_xmlOpens a Final Cut Pro XML file and creates a new Premiere Pro project at a specified destination path, avoiding changes to the currently open project.
Instructions
Open a Final Cut Pro XML file as a new Premiere project. app.openFCPXML(path, projPath) requires a destination project path; it does not merge the XML into the currently open project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Full path to the FCP XML file to read | |
| project_path | Yes | Full path of the new .prproj file Premiere should create for the imported timeline. Required: app.openFCPXML takes both a source and a destination path. |
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. |