Skip to main content
Glama
luquimbo

DaVinci Resolve MCP Server

by luquimbo

fusion_export_comp

Export a Fusion composition from a specified timeline clip to a .comp file on disk, with control over track and destination path.

Instructions

Export a Fusion composition to a .comp file on disk.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
comp_nameYesName of the Fusion composition to export.
item_nameYesExact name of the timeline clip.
track_typeNoTrack type (default "video").video
export_pathYesAbsolute destination path (should end in .comp).
track_indexNo1-based track number (default 1).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It states the action (export) but does not disclose potential side effects such as overwriting existing files, whether the composition must be open, or any required permissions. This is a significant gap for a file-writing operation.

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 a single sentence with 11 words, front-loaded with the verb and resource. Every word earns its place, with no redundancy or filler.

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 presence of a full output schema and 100% parameter description coverage, the minimal description is sufficient for basic invocation. It does not explain prerequisites or side effects, but those are not necessary given the schema richness and are more related to behavioral transparency.

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?

Schema description coverage is 100%, so all five parameters already have clear descriptions. The tool description adds no additional meaning beyond what the schema provides, which matches the baseline of 3.

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 uses a specific verb 'Export' and a clear resource 'a Fusion composition' with a destination '.comp file on disk'. This clearly distinguishes it from sibling tools like fusion_import_comp or fusion_delete_comp.

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

Usage Guidelines3/5

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

The description implies usage for exporting a Fusion composition to a .comp file, but it does not explicitly mention when to use this tool versus alternatives like fusion_import_comp or timeline_export. No exclusions or alternative guidance is provided.

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/luquimbo/davinci-resolve-mcp'

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