Skip to main content
Glama
luquimbo

DaVinci Resolve MCP Server

by luquimbo

render_delete_job

Destructive

Delete a specific render job from the DaVinci Resolve rendering queue using its job ID, removing pending renders and freeing resources.

Instructions

Delete a specific render job from the queue.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idYesThe job ID string returned by render_add_job() or found in render_get_jobs() results.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The destructiveHint annotation already signals that this tool deletes data, and the description adds 'from the queue' which is part of the purpose rather than additional behavioral context. It does not disclose any extra effects (e.g., irreversibility, whether a running job can be deleted). With annotations covering the destructive nature, the description adds minimal value.

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 that immediately states the tool's purpose. No unnecessary words, well-structured, and front-loaded.

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

Completeness5/5

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

For a simple single-parameter tool with an output schema present, the description is sufficient. It states the action and target, and the schema covers parameter details, so no additional context is needed.

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 input schema provides 100% coverage with a clear description of job_id, including how to obtain it. The tool description adds no further parameter meaning, so the baseline of 3 applies.

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 ('Delete') and resource ('specific render job from the queue'), clearly distinguishing it from the sibling tool render_delete_all_jobs. It precisely states the scope and action.

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 clearly implies use for a single job deletion but provides no explicit guidance on when to use this versus render_delete_all_jobs. No exclusions or alternative references are given, so usage is implied rather than stated.

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