Skip to main content
Glama

Smasher Studio — AI Fashion Design

Generate Fabric Simulation

generate_fabric_sim

Visualize a garment design in different fabrics and materials (cotton, silk, denim, leather, etc.). Uses a best-in-class multi-model image chain with automatic fallback. Costs 5 credits per fabric variant.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
styleNoPhotography style for fabric shots: product_shot (catalog), on_model (lifestyle), flat_lay (social), editorial (magazine)product_shot
promptYesBase garment prompt WITHOUT fabric/material (added automatically per variant)
fabricsYesFabric names: ["cotton twill", "raw denim", "silk charmeuse"]
qualityNoImage quality: standard (fast), hd (recommended), ultra (maximum detail)hd
backgroundNoBackground description: "pure white seamless", "gradient beige to cream"
aspect_ratioNoAspect ratio: 1:1 (square), 4:3 (landscape), 3:4 (portrait), 16:9 (wide), 9:16 (stories)1:1

TDQS

A3.8/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses the internal multi-model image chain with automatic fallback and the cost of 5 credits per fabric variant, but it omits output format, side effects (e.g., whether it modifies anything), or auth requirements.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences, each earning its place: purpose, technical behavior, and cost. The phrase 'best-in-class' is marketing filler but does not undermine conciseness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description gives purpose, cost, and a hint about internal fallback, but without an output schema it fails to explain what the tool returns (e.g., image URLs). It also does not mention prerequisites like checking credits, even though a sibling tool exists for that.

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%, with all six parameters fully described in the input schema. The description only restates fabric examples and cost, adding no meaningful parameter semantics beyond what the schema already 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 opens with a specific verb ('Visualize') and resource ('a garment design in different fabrics and materials'), clearly distinguishing this from sibling tools like generate_colorways (colors) and generate_multi_angle (angles). The purpose is unambiguous and front-loaded.

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 use case is clear: when you want to see a garment in various fabric finishes, this tool is for you. However, it does not explicitly mention alternatives or when not to use it, though the sibling list makes the differentiation obvious.

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