Skip to main content
Glama
luquimbo

DaVinci Resolve MCP Server

by luquimbo

timeline_duplicate

Duplicate the current DaVinci Resolve timeline to create an independent copy. Returns the name of the new timeline for follow-up tasks.

Instructions

Duplicate the current timeline.

Returns: The name of the newly created timeline, or None if duplication failed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description must carry the full burden. It discloses the return value (new timeline name or None), but does not mention whether the duplicate becomes current, potential naming conflicts, or any side effects on the original timeline. This gap for a mutating operation is notable.

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 extremely concise: two sentences covering the action and the return value. Every word earns its place with no redundancy.

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?

For a zero-parameter tool with an output schema, the description covers the essential behavior (duplicate current timeline) and the failure case (None). It lacks a few details about state changes, but overall it is sufficiently complete for a simple operation.

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?

The tool takes no parameters, so schema coverage is effectively 100%. The description adds value by explaining the return semantics (new name or None), which is useful beyond the empty schema.

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 states a specific action ('Duplicate the current timeline') with a clear resource and outcome. It is unambiguous and differentiates from sibling tools like timeline_create_compound_clip or timeline_get_setting.

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 use case is implicitly clear—call when you want to duplicate the current timeline—but no explicit guidance is given about when not to use it or alternatives (e.g., creating a new timeline manually). No prerequisites or side exclusions are mentioned.

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