Skip to main content
Glama

fattly_generate_ad_video

Ad Studio VIDEO ad (premium, ~150 credits): your creator holds your product and SPEAKS your script, with a real voice. This is the full site flow — product + creator + what the creator says. Takes a few minutes; the tool waits ~2 min and then returns an id to check with fattly_video_status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYesproduct = creator holds your product (needs productImageUrl). service = creator talks to camera, no product in frame.
voiceNoVoice name for non-EN locales.
localeNoSpoken language (default en). EN uses native Kling audio; others use TTS + avatar.
scriptYesWhat the creator SAYS on camera. Keep it short — a few seconds of speech.
actorIdNoAvatar you generated with fattly_create_avatar — the SAME creator presents the product.
settingNoScene id from fattly_list_ad_presets.
avatarIdNoCreator from the built-in roster (see fattly_list_ad_presets).
avatarUrlNoYour own creator photo as a fal URL.
unbrandedNoKeep the product free of invented branding.
templateIdNoAd preset id — must be a non-graphic preset (see fattly_list_ad_presets).
productImageUrlNoProduct photo as a fal URL — REQUIRED for product mode. Use 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 only say readOnly=false and destructive=false, so the description carries the burden of operational behavior. It discloses the ~150 credit cost, the few-minute runtime, the ~2-minute wait, and the fact that it returns an id for fattly_video_status checks. This is meaningful behavioral context beyond the annotations.

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 compact and front-loaded with the most important fact: this is a premium VIDEO ad with a real speaking creator. Each sentence contributes a distinct piece of information—what it produces, credit cost, timing, and the follow-up status flow—with no filler.

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 an 11-parameter tool with a rich schema and no output schema, the description supplies the missing operational context: credit cost, wait behavior, and the returned id for status checking. It does not explain every input, but the schema already covers those details adequately.

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 parameters are already well documented. The description reinforces the core flow around product, creator, and script but does not add meaningful parameter-level semantics beyond what the schema provides.

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 specific verb and resource: this generates an Ad Studio VIDEO ad where a creator holds the product and speaks the script with a real voice. It clearly differentiates from generic video generation and likely image-ad siblings by emphasizing the product+creator+script flow.

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?

It provides contextual cues about when this is appropriate: premium, real-voice, full site flow with product and creator. However, it never explicitly says when to prefer this over siblings like fattly_generate_ad or fattly_generate_video, nor does it list any exclusions.

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.