Skip to main content
Glama

Update Garment

update_garment
Destructive

Update a garment's metadata or patch its product photos. Send image changes through assets[] with front/back/side/detail roles. Provided front/back assets replace those singleton roles; provided side/detail assets are added. Omitted existing assets are preserved.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoUpdated garment name
assetsNoAsset patch for garment product photos. A provided full front/back/side replaces that unique view; provided detail assets are added. Omitted existing assets are preserved.
genderNoUpdated target gender: male, female, or unisex
categoryNoUpdated canonical garment category
descriptionNoUpdated item-level garment description, or a hint to use when patching images
image_file_1NoGeneric top-level MCP file object for assets[].image_file references
image_file_2NoGeneric top-level MCP file object for assets[].image_file references
image_file_3NoGeneric top-level MCP file object for assets[].image_file references
image_file_4NoGeneric top-level MCP file object for assets[].image_file references
image_file_5NoGeneric top-level MCP file object for assets[].image_file references
image_file_6NoGeneric top-level MCP file object for assets[].image_file references
image_file_7NoGeneric top-level MCP file object for assets[].image_file references
image_file_8NoGeneric top-level MCP file object for assets[].image_file references
image_file_9NoGeneric top-level MCP file object for assets[].image_file references
image_file_10NoGeneric top-level MCP file object for assets[].image_file references
image_file_11NoGeneric top-level MCP file object for assets[].image_file references
image_file_12NoGeneric top-level MCP file object for assets[].image_file references
image_file_13NoGeneric top-level MCP file object for assets[].image_file references
image_file_14NoGeneric top-level MCP file object for assets[].image_file references
image_file_15NoGeneric top-level MCP file object for assets[].image_file references
image_file_16NoGeneric top-level MCP file object for assets[].image_file references
image_file_17NoGeneric top-level MCP file object for assets[].image_file references
image_file_18NoGeneric top-level MCP file object for assets[].image_file references
image_file_19NoGeneric top-level MCP file object for assets[].image_file references
image_file_20NoGeneric top-level MCP file object for assets[].image_file references
clothing_item_idYesThe garment ID to update

TDQS

A4.2/5.0
Behavior4/5

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

The description discloses meaningful behavioral nuance: provided front/back assets replace singleton roles, side/detail assets are added, and omitted assets are preserved. This complements the destructiveHint=true annotation by clarifying exactly what gets modified and what remains untouched, although it does not discuss reversibility or other side effects.

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 concise—three sentences—and front-loaded with the core purpose before diving into asset semantics. Every sentence earns its place, and no redundant or filler content is present.

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?

Given the tool's large parameter surface and array-based asset input, the description plus the comprehensive schema covers the essential call semantics well. It stops short of explicitly explaining the image_file_1..image_file_20 wiring and the deprecation of asset_role, but those details are documented in the schema, so an agent can still invoke the tool correctly.

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 schema already documents all parameter meanings thoroughly, including the assets patch rules. The description reinforces the front/back replace vs side/detail add concept, but it adds little new parameter-level meaning beyond what the schema already states.

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 and resource—'update a garment's metadata or patch its product photos'—which clearly defines the operation. It distinguishes the tool from siblings like upload_garment_from_chat_file, upload_garment_from_public_url, and get_garment by framing it as an update/patch operation on an existing garment.

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?

It states clear context for use: updating an existing garment's metadata or photos, and it directs image changes through assets[]. It does not explicitly name alternatives or list when-not-to-use cases, but the 'update' versus 'upload' framing strongly implies the appropriate use case.

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

A3.5/5.0
Disambiguation3/5

Most tools target distinct resources and have detailed descriptions, but several closely related families exist: create_credit_checkout_session vs mcp_create_credit_checkout_session, the propose_brief/confirm_brief/update_brief lifecycle, and the many avatar/upload entry points. An agent must read long caveats carefully to avoid selecting the wrong tool.

Naming Consistency4/5

The vast majority of tool names follow a predictable snake_case verb_noun pattern (list_*, get_*, create_*, update_*, propose_*). The mcp_* prefix group and varied creation verbs (create/upload/save/add/generate) are minor deviations, though mcp_create_credit_checkout_session duplicating create_credit_checkout_session adds some confusion.

Tool Count1/5

With 67 tools, this is an extreme mismatch by the rubric's own 50+ threshold, far beyond the typical 3-15 well-scoped range. Many tools are narrow lifecycle steps such as two-phase local uploads, app-only montage internals, and multiple ArtDirection authoring variants, making the agent-facing surface very heavy.

Completeness3/5

The core generation, brief, montage, and QA workflows are covered thoroughly with polling and result retrieval. However, notable lifecycle gaps exist: outfits, locations, avatars, and tags mostly have create/list/get but no update or delete, and delete_template is the only delete tool in the entire set.

Resources