Skip to main content
Glama

Enhance video

enhance_video

PROJECT-SCOPED: this call acts only on the explicit project_id and returns the project identity with its result. PICTURE QUALITY, not a look — the right answer to 'make it clearer / sharper / better quality / HD / enhance this'. sharpen 0-1 (default 0.5) recovers detail the camera's encoder smeared; denoise 0-1 (default 0) cleans grainy low-light footage and should be raised BEFORE sharpening noisy video. start/end are PROGRAM seconds; omit both for the whole video. It cannot add resolution — say that plainly instead of promising HD from a small source. Never answer a clarity request with a colour grade.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNo
startNo
denoiseNo
sharpenNo
project_idYesRequired immutable scope for this call. Copy the id from list_projects/open_project/project_state; the active-project pointer is never used to guess.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior3/5

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

Annotations are all false, so the description carries the burden of behavioral disclosure. It adds useful context: the call is project-scoped, returns the project identity with the result, and cannot add resolution. However, it does not disclose whether the operation is asynchronous (e.g., requiring wait_for_job), side effects on existing media, or reversibility. Given the mutation nature (readOnlyHint=false), more disclosure would be beneficial.

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 dense and front-loads the critical scope and purpose. It is a single block but effectively organized: scope, purpose, parameter details, and limitations. No wasted sentences, though the lack of formatting makes it slightly harder to parse.

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?

For a 5-parameter tool with no output schema, it covers the essential usage, parameter semantics, and key limitations. The main gap is the absence of information about asynchronous behavior or the exact shape of the result beyond 'project identity with its result'. This is a minor omission given the overall richness.

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?

With only 20% schema coverage, the description compensates fully. It explains sharpen (0-1, default 0.5, purpose), denoise (0-1, default 0, purpose and ordering relative to sharpen), and start/end (program seconds, omit both for whole video). project_id is already described in the schema. All parameters gain meaning beyond the raw schema.

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 function: enhancing picture quality via sharpening and denoising. It explicitly distinguishes itself from look-based tools ('PICTURE QUALITY, not a look') and names the exact user intents it addresses ('make it clearer / sharper / better quality / HD / enhance this'). It also states it is project-scoped, which is a precise scope.

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?

It provides explicit when-to-use guidance by mapping to user phrases and warns against using it for resolution increases or colour grading. It also gives operational advice like raising denoise before sharpen on noisy footage. It does not name specific sibling tools as alternatives, but the differentiation is clear enough for an agent to select it.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.