Skip to main content
Glama

happyhorse_edit_video

Edit videos by providing a source video URL and text instructions describing desired changes, with optional image references for style or subject guidance.

Instructions

Edit a source video using text and optional reference images.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seedNoOptional reproducibility seed.
modelNoVideo-edit model. Currently happyhorse-1.0-video-edit.happyhorse-1.0-video-edit
promptYesInstructions describing the desired changes.
video_urlYesPublic URL of the source video to edit.
watermarkNoWhether to add a Happy Horse watermark.
image_urlsNoOptional style or subject reference images, up to five.
resolutionNoOutput resolution: 720P or 1080P.1080P
callback_urlNoOptional webhook URL. Omit it to receive a task ID for polling.
audio_settingNoAudio policy: auto, or origin to preserve the source audio.auto

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description carries the full burden. It does not disclose that the tool operates asynchronously (implied by callback_url parameter), nor mention rate limits, authentication requirements, or what happens upon successful invocation. The minimal description lacks behavioral context beyond the basic edit operation.

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 a single, efficient sentence that clearly conveys the core purpose. It is appropriately sized for a straightforward edit tool, though it could benefit from including a brief note on asynchronicity without becoming verbose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 9 parameters, no annotations, and a sibling set with generation tools, the description is insufficient. It omits important context like the asynchronous nature (callback_url, polling), output format, and does not help the agent differentiate between editing and generation tasks effectively.

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 does not add extra meaning beyond what the input schema already provides. The schema descriptions are adequate, but the tool description itself offers no additional parameter insight.

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 verb 'Edit' and the resource 'source video', and specifies the means 'using text and optional reference images'. It effectively distinguishes from sibling tools like happyhorse_generate_video which create new videos.

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 usage for editing existing videos, but does not provide explicit guidance on when to use this tool versus alternatives (e.g., generation tools) or when not to use it. No exclusion criteria or context for choice between siblings.

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/AceDataCloud/HappyHorseMCP'

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