Skip to main content
Glama
luquimbo

DaVinci Resolve MCP Server

by luquimbo

media_detect_black

Read-only

Detect black-frame spans in video to locate slates, leaders, or missing media before conform.

Instructions

Detect black-frame spans (leader, slate gaps, missing media).

Runs ffmpeg's blackdetect filter. Useful for locating a slate, 2-pop leader, or accidental black holes before conform.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYesAbsolute path to the source video.
thresholdNoPixel-black threshold 0..1 (lower = stricter).
min_duration_secNoMinimum black span to report.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint=true, so the read-only nature is disclosed. The description adds implementation context ('Runs ffmpeg's blackdetect filter') and intent, which provides value beyond the annotation. No contradictions exist.

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 highly concise: two sentences with a clear front-loaded purpose statement followed by relevant context. Every sentence contributes value without redundancy or filler.

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?

The tool is relatively simple, and the output schema covers return values. The description covers purpose, use cases, and underlying implementation, which is sufficient for an agent to select and invoke the tool. Minor gaps like explicit file prerequisite are not critical given the obvious input definition.

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 all parameters (file_path, threshold, min_duration_sec) with their defaults and meanings. The description adds no additional parameter semantics; it relies on the schema, which is acceptable at the baseline.

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 action ('Detect black-frame spans') with a clear resource and scope (leader, slate gaps, missing media). It is easily distinguishable from siblings like media_detect_silence and media_probe, which focus on different detection tasks.

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 clear use cases ('locating a slate, 2-pop leader, or accidental black holes before conform'), indicating when to use the tool. It does not explicitly name alternatives or exclusions, but the context is sufficiently clear to guide appropriate usage.

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