Skip to main content
Glama

set_clip_color

Set a standard DaVinci Resolve clip color, or pass an empty string to clear it.

Instructions

Set a standard Resolve clip color, or pass an empty string to clear it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
colorNo
item_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses an important behavior (empty string clears the color), which is helpful. However, it does not mention side effects, permissions, reversibility, or error behavior, leaving gaps in transparency.

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 that wastes no words. It includes the core action and a critical edge-case behavior, making it highly efficient and readable.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Although an output schema exists, the description lacks usage context (when to use vs alternatives), does not explain the item_id parameter, and provides no color format details. For a mutation tool with zero annotations, this is incomplete for an agent to invoke confidently.

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 0%, so the description must compensate. It adds meaning to the color parameter by explaining that an empty string clears the color. It does not explain item_id or valid color formats, but item_id is relatively self-explanatory from its schema title, so the partial compensation earns a moderate score.

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 'Set a standard Resolve clip color, or pass an empty string to clear it' clearly identifies the specific action (setting a clip color), the resource (Resolve clip), and the key behavior (empty string clears). It distinguishes this from sibling tools like set_clip_grade or set_clip_property by calling out the 'standard Resolve clip color' scope.

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?

No guidance is given about when to use this tool versus alternatives such as set_clip_property or set_clip_grade, nor are exclusions or prerequisites mentioned. The intended usage is only implied by the name and description.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.