Skip to main content
Glama
wassermanproductions

unofficial-davinci-mcp

generate_edl

Generate a CM3600 EDL for video clips to round-trip a cut list, focusing on cuts only. Preview with dry_run before writing the file.

Instructions

Generate a CM3600 EDL for the video clips in the plan. Simpler than FCPXML (cuts only, no audio/effects); use for round-tripping a cut list. dry_run returns the plan; dry_run=false writes the file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesTimeline name.
clipsYesTimeline clips. Each has a path and optional in/out or duration and placement (seconds).
dry_runNoWhen true (default), return the plan without changing anything.
frame_rateNoTimeline frame rate.
output_pathNoOptional .edl destination.
clip_duration_secondsNoDefault per-clip length.
Behavior4/5

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

With no annotations provided, the description bears the full burden of disclosing behavior. It explains dry_run returns the plan vs. writing a file, and notes the output is simpler than FCPXML. It could be improved by mentioning side effects (e.g., file writing) or prerequisites, but is still informative.

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 concise with two sentences, front-loading the purpose and distinguishing information. Every word earns its place, and there is no redundancy.

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?

Given the tool has 6 parameters, 2 required, no output schema, the description covers the main purpose and dry_run behavior. However, it lacks details on the EDL format, ordering of clips, error handling, or what the plan object looks like. More completeness would help, especially since there is no output schema.

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 has 100% coverage, so baseline is 3. The description adds value by explaining that dry_run='true returns the plan, dry_run=false writes the file' and that the tool is simpler than FCPXML. However, it does not elaborate beyond the schema for other parameters.

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 generates a CM3600 EDL for video clips in a plan, using specific verbs and resources. It distinguishes itself from the sibling tool generate_fcpxml by noting it is simpler (cuts only, no audio/effects), which helps differentiate.

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 clear guidance on when to use this tool ('use for round-tripping a cut list') and compares it to FCPXML. It also explains the dry_run parameter behavior. However, it does not explicitly state when not to use it or list alternative tools.

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/wassermanproductions/unofficial-davinci-mcp'

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