Skip to main content
Glama

fattly_animate_photo

Cinema Studio: brings a still photo to life as a video (adds motion). Takes a few minutes. By using this you confirm you have the right to animate the people/content shown.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptNoOptional motion/look direction.
consentYesMust be true — confirms you have the right to animate the people/content shown.
modelIdNoVideo model id (default: Cinema model). List: fattly_list_models.
imageUrlYesPhoto to animate — a fal URL from fattly_upload_image.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations are mostly false hints, so they provide limited behavioral signal. The description adds valuable behavior not in annotations: the operation takes minutes and requires confirmation of rights to animate the content. It does not cover return format or polling, but it provides meaningful behavioral context.

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 short, front-loaded with the core function, and each sentence earns its place: what it does, expected duration, and required consent. No redundant or vague wording.

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?

With no output schema and a multi-minute operation, the description should explain what the agent will receive and how to follow up on the result. It does not mention returning a job ID, polling status via fattly_video_status, or any asynchronous callback pattern, leaving a meaningful gap for correct invocation.

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%, and all four parameters already have clear descriptions in the schema. The description adds no new parameter semantics beyond the brand label "Cinema Studio," so the baseline of 3 is appropriate.

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 states a concrete verb and resource: "brings a still photo to life as a video" and clarifies with "adds motion." This clearly distinguishes it from text-to-video siblings like fattly_generate_video, since this tool specifically animates an existing photo.

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 gives clear context on when to use the tool: when you have a still photo you want to turn into a video. It also sets timing expectations with "Takes a few minutes," though it does not explicitly name alternatives or state when not to use it.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.