Skip to main content
Glama

Add video watermark

video_watermark
Destructive

Overlay an image watermark onto an existing video, with adjustable position, opacity, margin, and encoding settings, to produce a new output file.

Instructions

Overlay an image watermark onto an existing video and render a new output file. The video and watermark image are read only; output_path is created or overwritten. Supports named, pixel, and percentage positions plus opacity, margin, CRF, and preset controls.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
input_pathYesAbsolute path to an existing local video file. The input file is read only.
image_pathYesAbsolute path to an existing local image file used as an overlay or watermark.
positionNoWatermark position: named position such as bottom-right, pixel dict {"x": 100, "y": 50}, or percentage dict {"x_pct": 0.5, "y_pct": 0.5}.bottom-right
opacityNoWatermark opacity from 0.0 fully transparent to 1.0 fully opaque.
marginNoNon-negative edge margin in pixels for named positions.
output_pathNoDestination video path. Auto-generated when omitted; an existing supplied path may be overwritten.
crfNoOptional FFmpeg CRF override from 0 to 51, where lower means higher quality.
presetNoOptional FFmpeg encoding preset: ultrafast, fast, medium, slow, or veryslow.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations (destructiveHint=true) are complemented by the description stating that output_path may be overwritten and that input files are read-only. This adds behavioral context beyond the annotations, though it does not cover error handling or permissions.

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 two sentences with no extraneous information. It front-loads the core action and then lists supported features, making it easy to scan for an AI agent.

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 complexity (8 parameters, output schema), the description covers the essential behavior: read-only inputs, overwritable output, and supported controls. It does not explain return values (output schema exists), error conditions, or prerequisites, but it is sufficient for typical 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 coverage is 100%, so the baseline is 3. The description enumerates control types ('named, pixel, and percentage positions plus opacity, margin, CRF, and preset controls') but does not add meaning beyond what the schema already provides. It serves as a concise summary.

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 action ('overlay an image watermark onto an existing video') and the resource ('render a new output file'). It distinguishes the tool from siblings like video_overlay by explicitly mentioning 'watermark' and specifying supported position types and controls.

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 implies the tool is for watermarking but does not provide explicit guidance on when to use it versus alternatives such as video_overlay or video_add_text. No 'when not to use' or alternative tool names are mentioned.

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/KyaniteLabs/mcp-video'

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