Skip to main content
Glama
luquimbo

DaVinci Resolve MCP Server

by luquimbo

media_pool_create_timeline_from_clips

Create a new timeline in DaVinci Resolve from specific clips in the current Media Pool folder, using an ordered list of clip names.

Instructions

Create a new timeline populated with specific clips from the current folder.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName for the new timeline.
clip_namesYesOrdered list of clip names to include. Clips are searched in the current Media Pool folder.

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 disclose side effects and prerequisites. It only states the basic creation action and the clip source, omitting important behavioral details such as whether the new timeline becomes the current one, how duplicate names are handled, or what happens if a clip is not found. This is a significant gap for a creation tool.

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, concise, front-loaded sentence with no redundancy or filler. Every word contributes to conveying the tool's purpose.

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 simple 2-parameter creation tool with full schema coverage and an output schema, the description is adequate. It covers the essential action and source context, but the lack of annotations means the agent still lacks safety/prerequisite information. Still, given the tool's simplicity, this is decently 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 schema already provides full descriptions for both parameters: name and clip_names, including the note that clips are searched in the current Media Pool folder. The description adds no additional parameter-level information beyond what the schema supplies, so the baseline score of 3 applies.

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 a specific action ('Create a new timeline') and the distinctive detail 'populated with specific clips from the current folder.' This differentiates it from sibling tools like media_pool_create_timeline (which likely creates an empty timeline) and timeline_append_clips (which appends to an existing timeline).

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 context: use this tool when you need a new timeline composed of specific clips already in the current folder. It does not explicitly name alternatives or state when not to use it, but the context is unambiguous enough for an agent to decide.

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