Skip to main content
Glama
luquimbo

DaVinci Resolve MCP Server

by luquimbo

gallery_export_stills

Export selected stills from a DaVinci Resolve Gallery album to disk using zero-based indices and an absolute output directory.

Instructions

Export stills from a Gallery album to disk.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
album_nameNoSource album name. Uses the current album if not specified.
export_pathYesAbsolute path to the output directory.
still_indicesYesZero-based indices of stills to export (from gallery_get_stills).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description must disclose behavioral traits, but it only states 'export to disk.' It fails to mention file writing details, potential overwrites, directory creation, or error conditions, leaving significant ambiguity for a write operation.

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 wasted words. It states the verb, object, and destination efficiently.

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

Completeness3/5

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

The parameter schema is complete and an output schema exists, but the description omits behavioral context such as file handling, path requirements, or side effects. It is minimally viable but leaves gaps for a tool with no annotation coverage.

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 descriptions cover 100% of the parameters, including the default for album_name and the source of still_indices. The description adds no additional semantic meaning beyond what the schema already provides, so a baseline score of 3 is appropriate.

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 uses a specific verb 'Export' with a clear resource ('stills from a Gallery album') and destination ('to disk'), making its purpose unmistakable. It is distinct from sibling tools like gallery_get_stills (retrieval) or gallery_delete_stills (deletion).

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 provided on when to use this tool vs. alternatives. It does not mention prerequisites (e.g., using gallery_get_stills to obtain indices) or when not to use it. The only contextual hint comes from the schema parameter description, not the tool description itself.

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