Skip to main content
Glama
hermoso-ai

Hermoso

Official

Post-production edit

post_edit

Apply mechanical edits to an existing video—trim, speed, mute, gain, fade, watermark, add end card, or film grain—without re-rendering, returning a new video.

Instructions

MECHANICAL post-production on an EXISTING rendered video (its served mp4 URL) — an ordered plan of whitelisted primitives executed by ffmpeg (+ Chrome for typeset cards) in seconds for ~2 credits flat, NO AI model, the original untouched (returns a NEW video). The lane for: append a branded end card ('add an end card with our logo and website' — ADDS its seconds, never re-renders), trim, speed (0.5-2x), mute (whole or a window), audio_gain (-20..+6 dB), fade_out, corner logo watermark, anti-AI film grain. Up to 6 ops per plan, applied in order. Brand assets (name/domain/logo/accent) load from the workspace brand automatically; override per-call if needed. NEVER use generate_video/render_ad for these mechanical asks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
opsYesthe ordered edit plan (max 6 ops)
accentNooverride the brand accent hex
domainNooverride the brand website
videoUrlYesthe served URL of the video to edit
brandNameNooverride the workspace brand name
Install Server

TDQS

A4/5.0
Behavior4/5

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

Annotations are all-false flags (not read-only, not idempotent, not destructive), so the description carries most of the burden. It adds meaningful context: the operation returns a NEW video and leaves the original untouched (consistent with destructiveHint=false, and it creates output consistent with readOnlyHint=false), discloses flat cost (~2 credits), fast execution, and the explicit non-AI, non-generative nature. It does not cover failure modes, auth requirements, or delivery of the resulting video URL.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The key distinguishing info is front-loaded ('MECHANICAL post-production on an EXISTING rendered video... NO AI model'), and every sentence carries information. However, it is one dense, run-on paragraph combining operations list, constraints, brand behavior, cost, and exclusions. Splitting the ops inventory from the routing/negative guidance would improve scannability, though nothing is wasted.

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 medium-complexity tool with 5 params fully described in the schema and no output schema, the description is fairly complete: input type (served mp4 URL), operations available, ordering/cap semantics, cost, brand override behavior, and the fact that it returns a new video. It could note how the new video is surfaced, but the bare 'returns a NEW video' plus 'get_job' sibling availability covers most agent needs.

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 baseline is 3. The description adds some value on top: the ops are 'applied in order' with a 6-op cap (cap also in schema), and brand params (name/domain/logo/accent) auto-load from the workspace with per-call override. It explains the append_card behavior the schema partly implies. This is helpful, but it does not compensate for any missing schema coverage since none is missing.

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 first clause nails it: 'MECHANICAL post-production on an EXISTING rendered video (its served mp4 URL)' — specific verb, resource, and scope. It lists the exact whitelisted primitives (trim, speed, mute, audio_gain, fade_out, append_card, watermark, grain) and actively differentiates from generative siblings like generate_video and render_ad. An agent can immediately tell this from the video-rendering tools in the sibling list.

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 clearly defines the lane ('The lane for: append a branded end card...') with concrete example phrasing and gives an explicit negative rule: 'NEVER use generate_video/render_ad for these mechanical asks.' It does not, however, enumerate the closest mechanical cousins in the sibling list (edit_video, reframe_video, upscale_video) or state conditions that would route to them, so differentiation from those is left implicit rather than explicit.

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

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/hermoso-ai/hermoso'

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