Skip to main content
Glama

import_fcp_xml

Import a Final Cut Pro 7 XML file into the current Premiere Pro project, creating a new sequence from the cuts and clips defined in the XML.

Instructions

Imports a Final Cut Pro 7 XML (XMEML) file into the current project. Premiere creates a new sequence with the cuts/clips defined in the XML. The import requests Premiere UI suppression, but malformed or unsupported XML can still be rejected by Premiere. Use legacy FCP7 XML, not modern FCPXML 1.x from Final Cut Pro X.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filePathYesThe absolute path to the FCP7 XML file (.xml extension typical)
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden. It discloses that Premiere creates a new sequence, that UI suppression is requested, and that malformed/unsupported XML can be rejected. This is more transparent than average, though it omits details like undo behavior and return values.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three concise sentences with zero waste: purpose, outcome, and critical warning/guidance. Every sentence earns its place, and it's front-loaded with the main function.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given only one parameter and no output schema, the description covers the essential context: what gets created (new sequence), the expected input format, and a key failure mode. It could mention if the import is additive to the current project or how success/error is reported, but it's quite complete for a single-param tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema property description fully covers the filePath parameter (absolute path, .xml extension), so schema coverage is 100%. The description adds no new parameter-level meaning beyond identifying the file type as FCP7 XML, which is already implied by the tool's purpose. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool imports a Final Cut Pro 7 XML (XMEML) file into the current project, specifying the exact resource and action. It distinguishes from siblings by explicitly noting it's for FCP7 XML, not modern FCPXML from FCP X, setting it apart from import_edl and import_sequences.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It provides clear usage context: import legacy FCP7 XML files, not FCPXML 1.x. This is an explicit when-to-use and when-not-to-use guideline. However, it doesn't name alternative tools like import_edl or import_media, so it stops short of the 'alternatives' level.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hetpatel-11/Adobe_Premiere_Pro_MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server