Skip to main content
Glama

Generate a video

fattly_generate_video

Create an AI video from a prompt or start image. Confirm the model's credit price, then get an MP4 link in minutes; failed generations are refunded.

Instructions

Generates an AI video from a prompt (or from a start image). Takes a few minutes — the tool waits (up to 10 min) and returns a link to the mp4 file. Video is the most expensive operation: it spends the model's credit price (see fattly_list_models), so confirm the model and cost with the user first. Credits are refunded automatically if the generation fails.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNoVideo model id (default kling-3-standard), e.g. kling-3-pro, veo-3-1, veo-3-1-fast, seedance-2-5, hailuo-3, ltx-2-5. Full list with prices: fattly_list_models.
promptYesDescription of the video scene.
durationNoClip length in seconds (model dependent).
aspectRatioNoAspect ratio, e.g. 16:9, 9:16, 1:1 (default 16:9).
inputImageUrlNoOptional start image for image-to-video — must be a fal URL. Get one by uploading a local photo with fattly_upload_image.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changedv0.1.2
    • changedInput schema / properties / model / description
      Previous value: -"kling-3-standard | veo-3-1 | sora-2 (default kling-3-standard)."New value: +"Video model id (default kling-3-standard), e.g. kling-3-pro, veo-3-1, veo-3-1-fast, seedance-2-5, hailuo-3, ltx-2-5. Full list with prices: fattly_list_models."
  2. First observedv0.1.0

TDQS

A4.4/5.0
Behavior4/5

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

Annotations are all false (readOnlyHint false, destructiveHint false, etc.), so the description carries the burden of behavioral disclosure. It covers the wait time (up to 10 min), automatic credit refund on failure, cost implications, and the return format (link to mp4). This goes beyond the annotations and provides useful context, though it doesn't detail edge cases like timeout behavior.

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 three sentences with no waste. It leads with the core action, then the critical cost/wait warning, and ends with the refund policy. Every sentence earns its place and is front-loaded.

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?

With 5 parameters, no output schema, and all annotations false, the description covers the key behavioral aspects (wait, cost, refund, return link) and parameter prerequisites. It doesn't explain the output structure beyond a link, but since there is no output schema, that is acceptable. The only minor gap is not describing any potential error handling beyond refunds.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, giving a baseline of 3. The description adds meaningful context for the inputImageUrl parameter (must be a fal URL and how to obtain one) and reinforces model cost implications. While the schema already lists model examples, the description ties them to pricing via fattly_list_models, adding value.

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 generates an AI video from a prompt or start image, distinguishing it from siblings like generate_image, generate_audio, and upload_image. The verb 'generates' plus the resource 'AI video' is specific and unambiguous.

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 explicitly warns that video is the most expensive operation and instructs the agent to confirm model and cost with the user first, which is strong usage guidance. It also notes the waiting behavior and links to fattly_list_models for pricing, though it doesn't explicitly contrast with alternatives beyond that.

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