Skip to main content
Glama

resolve_create_captions

Auto-caption the current timeline using Resolve's speech recognition to add a subtitle track, leaving clips and audio unchanged. Confirm by reading back new cues.

Instructions

Auto-caption the CURRENT timeline with Resolve's speech recognition (Studio, adds a subtitle track). Clips and audio are not changed. The native true/false result is unreliable, so success means a new subtitle track or new cues were read back. Then use resolve_get_transcript(source="captions"). language: auto, english, spanish, ...; preset: default, netflix, teletext; chars_per_line 0 = preset default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
presetNodefault
dry_runNo
languageNoauto
gap_framesNo
line_breakNosingle
chars_per_lineNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.2.0

TDQS

A4/5.0
Behavior5/5

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

With no annotations, the description carries full behavioral burden and does so well: it states that clips and audio are not changed, that a subtitle track is added, that the native true/false result is unreliable, and exactly what counts as success. This gives an agent crucial expectations beyond the schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded with the core purpose, then adds behavioral caveats and a workflow hint, then packs parameter notes into one line. Every sentence contributes useful information with minimal waste, though the parameter line is slightly dense.

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 description covers purpose, side effects, success criteria, a next-step recommendation, and several parameter meanings—substantial for an agent. But with no annotations and no output schema, the unexplained parameters and lack of a return/error contract leave notable gaps for reliable invocation.

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 coverage is 0%, and the description does add meaning for language, preset, and chars_per_line (listing concrete preset values and explaining '0 = preset default'). But dry_run, gap_frames, and line_break are not explained at all, leaving half the parameters under-specified.

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 states a specific verb and resource: auto-caption the CURRENT timeline with Resolve's speech recognitionropolitan, adding a subtitle track. It also clarifies the scope ('CURRENT timeline') and gives the resulting effect, making the tool's purpose unmistakable.

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 provides context (current timeline, Studio requirement) and a follow-up step (use resolve_get_transcript), so an agent can infer when this tool fits. However, it never explicitly contrasts this with sibling tools like resolve_transcribe_audio or states when not to use it, leaving selection guidance partly implicit.

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

Deploy Server

Other Tools