Skip to main content
Glama

happyhorse_generate_video_from_image

Animate a static image into a video with optional motion prompts, adjustable duration, and resolution.

Instructions

Animate a first-frame image with Happy Horse.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seedNoOptional reproducibility seed.
modelNoImage-to-video model: happyhorse-1.0-i2v or happyhorse-1.1-i2v.happyhorse-1.1-i2v
promptNoOptional motion and camera instructions for animating the image.
durationNoOutput duration in seconds, from 3 through 15.
image_urlYesPublic URL of the image to use as the first frame.
watermarkNoWhether to add a Happy Horse watermark.
resolutionNoOutput resolution: 720P or 1080P.1080P
callback_urlNoOptional webhook URL. Omit it to receive a task ID for polling.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description should disclose behavioral traits such as async nature (implied by callback_url), processing time, or potential limitations. It only states the core action without elaboration.

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 description is very concise (6 words) but lacks structure. It could be expanded to include key usage notes without becoming verbose. Currently feels under-specified.

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 8 parameters, async behavior, and model variants, the description is too brief. It does not explain the process, output format, or how to handle callbacks, leaving agents with insufficient context.

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% and all parameters have clear descriptions. The tool description adds no extra parameter context, so baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Animate a first-frame image with Happy Horse' clearly states the action (animate) and the resource (first-frame image), distinguishing it from siblings like text-to-video or reference-based generation. However, it could be more explicit about generating a video output.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives like generate_video (text-to-video) or generate_video_from_references. The description lacks context for appropriate selection.

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