Skip to main content
Glama
luquimbo

DaVinci Resolve MCP Server

by luquimbo

timeline_get_track_name

Read-only

Get the name of a specific track in the current DaVinci Resolve timeline. Specify the track type (video, audio, or subtitle) and its 1-based index to receive the track's name.

Instructions

Return the name of a specific track in the current timeline.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
track_typeYesOne of "video", "audio", or "subtitle".
track_indexYes1-based index of the track.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The readOnlyHint annotation already signals a safe read operation, and the description's 'Return' agrees. However, the description adds no further behavioral context such as error handling, return format, or dependency on timeline state beyond what the annotation and simple verb already convey.

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, clear sentence with no redundant words or filler. It front-loads the action and resource, making it immediately understandable.

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 getter with two well-documented parameters and an output schema, the description is sufficiently complete. It identifies the object (track) and scope (current timeline) without over-explaining. Minor gaps like error behavior are not critical for this tool's simplicity.

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 provides full descriptions for both parameters: track_type lists the allowed values and track_index defines it as 1-based. Since schema coverage is 100%, the description does not need to add extra parameter detail, and 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 the action ('Return the name'), the resource ('a specific track'), and the context ('in the current timeline'). It uses a specific verb and noun combination that distinguishes it from siblings like timeline_set_track_name and timeline_get_track_count.

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 when to use the tool (when you need a track's name) but does not explicitly mention alternatives or when not to use it. Sibling tool names suggest related operations, but the description itself provides no exclusion or alternative guidance.

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