Skip to main content
Glama

remove_motion_blur

Apply AI motion deblur to a video clip or folder in DaVinci Resolve, creating new deblurred clips. Specify a clip name or folder path, or use the current Media Pool folder.

Instructions

Apply AI motion deblur to a clip or folder, creating new deblurred clips.

Operates on a single clip (clip_name), a folder (folder_path), or the current Media Pool folder if neither is given. Returns the names of the newly created MediaPoolItem(s). Requires Resolve Studio with motion deblur support.

Args: clip_name: Name of a clip in the current folder to deblur. folder_path: Slash-separated folder path (e.g. 'Master/A-Cam') to deblur. deblur_option: Optional settings dict. Supported keys: 'FileName' (str), 'Format' (str, e.g. 'mov'), 'Codec' (str, e.g. 'ProRes422'), 'EncodingProfile' (str, H.264/H.265 only, e.g. 'Main10'), 'UseExtremeMode' (bool), 'UseMarkInMarkOut' (bool), 'RenderAtSourceRes' (bool), 'UseMoreGpuMemory' (bool).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
clip_nameNo
folder_pathNo
deblur_optionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description must carry the burden. It states the tool creates new clips, returns names of items, and lists deblur_option keys. It does not disclose whether operations are destructive, idempotent, or error conditions. More detail on behavior beyond creation would improve transparency.

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 concise and well-structured. It starts with a clear purpose sentence, then explains usage and parameters efficiently. The deblur_option keys are presented in a bullet-like format in the text, making it easy to parse. No unnecessary words.

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?

Given the tool's complexity (3 parameters, one nested object), and the existence of an output schema (though not shown), the description explains input thoroughly and mentions the return (names of new items). It could be more complete by describing the output structure, but it covers the essential behavior.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description provides an 'Args' section that explains each parameter (clip_name, folder_path, deblur_option) and details the nested keys for deblur_option (e.g., 'FileName', 'Format', 'Codec'). Since the input schema has no descriptions, the description fully compensates and adds significant meaning.

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's purpose: 'Apply AI motion deblur to a clip or folder, creating new deblurred clips.' The verb 'apply' and resource 'motion deblur' are specific, and it distinguishes from sibling tools like apply_cdl_from_file by focusing on deblurring.

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 explains when to use the tool: it operates on a single clip, a folder, or the current folder. It also mentions a prerequisite ('Requires Resolve Studio with motion deblur support'). However, it does not provide guidance on when not to use it or mention alternative tools for similar tasks.

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/DigitalWorkflowCompany/resolve-mcp'

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