Skip to main content
Glama
luquimbo

DaVinci Resolve MCP Server

by luquimbo

timeline_set_track_name

Rename any video, audio, or subtitle track in the current DaVinci Resolve timeline by specifying track type, index, and new name.

Instructions

Rename a track in the current timeline.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe new display name for the track.
track_typeYesOne of "video", "audio", or "subtitle".
track_indexYes1-based index of the track.

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 carries the full burden. It only says 'Rename a track' with no mention of side effects, permissions required, behavior on invalid track indexes, or reversibility. For a mutation tool, this lacks necessary behavioral disclosure.

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 focused sentence that immediately conveys the tool's purpose. No wasted words; structure is optimal.

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 rename operation with complete parameter schema and an output schema present, the description is nearly sufficient. However, it omits any note about error conditions or prerequisites (e.g., requiring an open timeline), but given the simplicity, this is a minor gap.

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 three parameters (name, track_type, track_index) are fully documented in the schema. The description adds no extra parameter semantics beyond what the schema already provides, which is the baseline for high coverage.

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 action ('Rename') and the resource ('a track in the current timeline'), which differentiates it from siblings like timeline_get_track_name, timeline_add_track, and timeline_set_track_enabled. The scope 'current timeline' adds important context.

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 usage is implied: use this when you want to rename a track in the current timeline. However, there is no explicit guidance on when not to use it or alternatives, such as using timeline_get_track_name to check the current name first, or timeline_set_track_enabled for toggling track state.

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