Skip to main content
Glama
luquimbo

DaVinci Resolve MCP Server

by luquimbo

clip_add_flag

Add a colored flag to a specified clip in the DaVinci Resolve timeline, helping you mark clips for organization or review.

Instructions

Add a flag of the given color to a clip.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
colorYesFlag color (e.g. "Blue", "Red", "Green").
clip_nameYesName of the clip.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description carries the full burden, but it only states 'Add a flag'. It does not disclose whether existing flags are preserved, whether adding the same color overwrites, what side effects occur, or what is returned. The mutation implication is present but shallow.

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, front-loaded sentence with no filler. Every word earns its place: verb, object, resource, and qualifier. It is appropriately sized for a tool of this simplicity.

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 tool with complete schema coverage and an output schema present, the description covers the core purpose. It lacks behavioral nuances, but the simplicity of the operation and the schema's completeness make it mostly adequate.

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 the baseline is 3. The description adds little beyond the schema—it restates that a clip and a color are involved, while the schema already describes clip_name and color with examples. No additional parameter meaning is provided.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific action ('Add a flag') on a specific resource ('a clip') with a qualifier ('of the given color'). It distinguishes from sibling tools like clip_get_flags and clip_clear_flags by verb and resource, though it doesn't explicitly contrast with item_add_flag or explain the concept of a flag.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance on when to use this tool versus alternatives such as clip_set_color, item_add_flag, or clip_clear_flags. No prerequisites or exclusions are mentioned, leaving the agent to infer usage from the sibling list.

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