Skip to main content
Glama

Smasher Studio — AI Fashion Design

Generate Colorways

generate_colorways

Generate color variants of a garment design. Creates product shots in multiple colors with Pantone references. Uses a best-in-class multi-model image chain with automatic fallback. Costs 4 credits per colorway.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
styleNoPhotography style for colorway shots: product_shot (catalog), on_model (lifestyle), flat_lay (social), editorial (magazine)product_shot
promptYesBase garment prompt WITHOUT color (color will be added per variant)
qualityNoImage quality: standard (fast), hd (recommended), ultra (maximum detail)hd
colorwaysYesArray of colorway variants to generate, each with a name and color description
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.9/5.0
Behavior4/5

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

With no annotations, the description carries full behavioral burden. It discloses meaningful details: 'Uses a best-in-class multi-model image chain with automatic fallback' and 'Costs 4 credits per colorway,' which convey technical implementation and cost implications. It does not mention side effects like generation time or failure modes, but for a generation tool, the disclosed info is strong.

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, each providing distinct value: purpose, output style, and technical/cost details. It is front-loaded with the core action and avoids redundant phrasing. No wasted words.

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 tool has 6 parameters, no output schema, and moderate complexity. The description explains the overall function and cost, but does not explicitly describe the return value (e.g., image URLs, a gallery, or a status object). It also does not mention the max of 8 colorways, though that is in the schema. Given the lack of output schema, the missing return format is a notable gap.

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 adds little beyond the schema: it mentions 'Pantone references' and 'per colorway' cost, but does not clarify parameter syntax or relationships. The schema itself provides thorough descriptions (e.g., 'prompt WITHOUT color'), so the description's contribution is marginal.

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's function: 'Generate color variants of a garment design' with a specific outcome ('Creates product shots in multiple colors with Pantone references'). This distinguishes it from siblings like generate_fashion_image (single image) and generate_fabric_sim (fabric simulation), making the purpose unambiguous.

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?

The description gives a clear context for use (when you want colorway variants of a garment) but does not explicitly mention alternatives or exclusions. It says 'Generate color variants of a garment design' but fails to say 'use this instead of generate_fashion_image when you need multiple colorways' or similar guidance, so the agent lacks direct when-to-use vs. sibling guidance.

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