Skip to main content
Glama

Smasher Studio — AI Fashion Design

Generate Fashion Video

generate_fashion_video

Submit an async video generation job from an existing image. Returns a job_id immediately — call check_video_status to poll for completion. Native audio, with an automatic engine fallback chain for reliability. Cost depends on the chosen quality and duration: 720p starts at 40 credits (5s); 1080p is a native premium render.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
styleYesVideo motion style: 360_turntable (product pages), gentle_animation (social media), catwalk (runway), zoom_pan (cinematic)
promptYesVideo motion description: "smooth 360 rotation, consistent lighting"
qualityNoVideo resolution. 720p (default, best value): 40/80/120 credits for 5/10/15s. 1080p (native premium render): 150/300/450 credits for 5/10/15s.720p
durationNoDuration in seconds: 5 (short), 10 (standard), 15 (long)10
source_image_urlYesURL from a previous generate_fashion_image result

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden and does well by disclosing asynchronous behavior, immediate job_id return, native audio, automatic engine fallback for reliability, and cost dependence on quality/duration. It lacks specifics on failure modes or the fallback chain's exact behavior, but covers the core operational traits.

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 four concise sentences, each adding essential information: purpose, workflow/async polling, reliability features, and cost structure. Every sentence earns its place with no filler or redundancy.

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?

The description combined with a fully self-describing schema (5 params, enums, defaults) provides comprehensive guidance for invoking the tool: input requirements, async flow, follow-up polling, and pricing. It could mention the prerequisite of a previous generate_fashion_image result, but that is already in the schema's source_image_url description, so the lack is minor.

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 baseline is 3. The description's mention of costs for 720p/1080p partially duplicates the schema's own parameter descriptions, adding only a summarized pricing overview rather than new semantic meaning beyond the schema.

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 'Submit an async video generation job from an existing image', providing a specific verb and resource that distinguishes it from sibling tools like generate_fashion_image and check_video_status. It precisely captures the tool's primary function.

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 provides clear usage context by explaining the async pattern: it returns a job_id immediately and instructs to call check_video_status for completion. However, it does not explicitly contrast with alternatives like generate_multi_angle or state when not to use, though the input requirement 'from an existing image' implies its applicability.

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.

TDQS

A4.1/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: credit checking, video status polling, colorway generation, fabric simulation, image generation, video generation, multi-angle generation, and collection listing. No two tools overlap in function, making selection unambiguous.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern: check_*, generate_*, list_*. This uniformity makes the API predictable and easy to navigate.

Tool Count5/5

With 8 tools, the server is well-scoped for its AI fashion design purpose. Each tool contributes a distinct capability, and the set is neither bloated nor sparse.

Completeness4/5

The core generation workflows (image, video, variants, multi-angle) are well covered, including async status checking. Minor gaps exist, such as no collection creation/update/delete or asset retrieval, but these do not break the primary generation flow.

Resources