Skip to main content
Glama

push_to_fcp

Import FCPXML files directly into Final Cut Pro with zero clicks. Optionally specify a library path to auto-create or target, or omit to use the active library.

Instructions

LIVE: send an FCPXML file into the running Final Cut Pro with zero clicks (official Open Document Apple event). Creates/targets a library via import-options. Launches FCP if needed. macOS-only; first use triggers an Automation permission prompt. For true zero-click, pass a library_location ending in .fcpbundle (a new path is auto-created); omitting it makes FCP show a modal library picker.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filepathYesPath to FCPXML file or .fcpxmld bundle to import
library_locationNoTarget .fcpbundle library path (auto-created if it doesn't exist; the extension is normalized to .fcpbundle). Omit to import into the active library, but note FCP then shows a modal 'Open Library' picker that blocks until answered
suppress_warningsNoSuppress non-fatal import warning dialogs
copy_assetsNoCopy media into the library (true) or link in place (false). Omit for FCP default
Behavior4/5

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

With no annotations, the description bears full burden for behavioral disclosure. It covers key behaviors: launches FCP if needed, triggers permission prompt on first use, creates or targets libraries, and explains the modal picker scenario. It does not mention error handling or state modifications, but the core transparency is strong.

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?

The description is two sentences with front-loaded key information ('LIVE:...'), no redundant phrases, and every clause adds essential context. It is appropriately sized for the complexity of the tool.

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 the tool has 4 parameters, no output schema, and no annotations, the description covers usage constraints (macOS, permissions), parameter behavior (library auto-creation), and launch process. It could mention what to expect on failure or if the import results in any confirmation, but it is largely complete.

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

Parameters4/5

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

Schema coverage is 100%, so each parameter is already described. The description adds value by explaining the practical effect of library_location (auto-creation vs. modal picker) and the zero-click requirement, which goes beyond the schema's type/purpose descriptions.

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 explicitly states the action: send an FCPXML file into running Final Cut Pro with zero clicks. It details the mechanism (Open Document Apple event), library creation, and launch behavior, clearly distinguishing it from sibling tools that operate on already-imported content.

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?

The description provides specific guidance: for true zero-click, pass library_location ending in .fcpbundle; omitting it causes a modal picker. It also notes macOS-only and first-use permission prompt. However, it does not explicitly state when not to use or compare to alternatives, though the tool's uniqueness reduces the need.

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/DareDev256/fcpxml-mcp-server'

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