Skip to main content
Glama
wassermanproductions

unofficial-davinci-mcp

resolve_render

Configure and start a render job for your DaVinci Resolve timeline. Use dry_run to preview settings, then confirm to execute the render.

Instructions

Configure a render job for the current timeline and optionally start it. dry_run first, then confirm. Poll with resolve_render_status. Live tier only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNoMust be true when dry_run is false, to apply the plan.
dry_runNoWhen true (default), return the plan without changing anything.
target_dirYesOutput folder.
custom_nameYesOutput base filename (no extension).
preset_nameNoOptional render preset to load first.
render_codecNoRender codec key.H264
start_renderNoStart the render after creating the job.
render_formatNoRender format key.mov
render_settingsNoOptional SetRenderSettings dict.
Behavior3/5

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

No annotations are provided, so the description must carry behavioral info. It states 'Live tier only' and outlines the dry_run/confirm flow. But it lacks details on side effects, permissions, or behavior when parameters conflict (e.g., start_render true but confirm false).

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 brief and to the point (2 sentences). It avoids verbosity but could be slightly more structured by separating the workflow from the constraints.

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?

With 9 parameters and no output schema, the description covers the high-level workflow and restriction ('Live tier only'). However, it does not elaborate on key parameters like preset_name or render_settings, leaving gaps for effective use.

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 schema already documents parameters. The description adds minimal semantics beyond highlighting dry_run and confirm interaction. Baseline 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 clearly states the tool configures a render job for the current timeline and optionally starts it. It distinguishes from the sibling tool resolve_render_status by mentioning polling.

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

Usage Guidelines4/5

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

The description provides a workflow: use dry_run first, then confirm. It also suggests polling with resolve_render_status. However, it does not explicitly state when not to use this tool or list alternatives.

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/wassermanproductions/unofficial-davinci-mcp'

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