Skip to main content
Glama
angelOnly

DaVinci Resolve MCP Server

by angelOnly

save_still

Capture the current clip's color grade as a still and store it in a specified DaVinci Resolve gallery album. Use this to preserve and reuse grades across projects.

Instructions

Save the current clip's grade as a still in the specified gallery album.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
album_nameNoStills
Behavior2/5

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

With no annotations, the description must disclose behavioral traits. It only states the action without mentioning side effects, such as whether the album is created if it doesn't exist, overwriting behavior, or what happens if no clip is selected. This lack of context could lead to incorrect invocation.

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 sentence with no unnecessary words. It efficiently communicates the core action and destination.

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?

Given the tool's simplicity (one parameter, no output schema, no annotations), the description adequately covers the primary purpose and parameter meaning. It could note edge cases, but the core functionality is clear enough for an agent to use it correctly in most situations.

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 description maps 'specified gallery album' to the album_name parameter, providing meaning absent from the schema (which has 0% coverage). However, it does not clarify allowed values, default behavior, or whether the album must already exist, leaving some ambiguity.

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 ('Save') and the specific resource ('the current clip's grade' as a still) and destination ('the specified gallery album'). This distinguishes it from sibling tools like apply_still, which would apply a still rather than save one.

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?

The description provides no guidance on when to use this tool versus alternatives. It does not mention any conditions, exclusions, or comparisons to sibling tools, leaving the agent without context on when selecting this tool is appropriate.

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/angelOnly/DavinciMcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server