Skip to main content
Glama

export_as_fcp_xml

Exports a Premiere Pro sequence to Final Cut Pro XML at a specified file path.

Instructions

Exports a sequence as Final Cut Pro XML.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
outputPathYesThe absolute file path for the exported XML file
sequenceIdYesThe ID of the sequence to export
Install Server

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of disclosing behavior. It only says the tool exports XML and does not mention what happens if the output file exists, whether the export is destructive to the sequence, what permissions are needed, or what the return value is. This is thin for an export operation.

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

Conciseness4/5

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

The description is a single clear sentence with no filler. It is front-loaded with the core action and format, though it is almost too minimal for a tool with no other supporting context.

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

Completeness3/5

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

For a simple two-parameter export tool, the core invocation details are present: sequenceId identifies what to export and outputPath is the target file. However, the description lacks context about file overwrite behavior, format compatibility constraints, or what constitutes a successful export, so it is only minimally complete.

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 already fully describes both parameters (sequenceId and outputPath) with 100% coverage. The description adds no parameter-specific meaning beyond what the schema provides, so the baseline score of 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 action ('Exports'), the resource ('a sequence'), and the specific output format ('Final Cut Pro XML'). This distinguishes it from sibling export tools like export_aaf and export_omf, making its purpose unambiguous.

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

Usage Guidelines2/5

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

The description gives no guidance on when to choose this tool over alternatives. It does not mention related tools like export_aaf, export_omf, or import_fcp_xml, nor any conditions or exclusions. An agent must infer usage entirely from the tool name.

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

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/tro2789/scout-premiere-mcp'

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