Uwear
U
Uwear
/update_garment

Update Garment

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 repla

liveunknown~5s typical
mcpuwear
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-uwear-uwear /update_garment for me.

Input

FieldTypeDescription
clothing_item_id*integerThe garment ID to update
namestringUpdated garment name
descriptionstringUpdated item-level garment description, or a hint to use when patching images
genderstringUpdated target gender: male, female, or unisex
categorystringUpdated canonical garment category
assetsarrayAsset patch for garment product photos. A provided full front/back/side replaces that uniq
image_file_1stringGeneric top-level MCP file object for assets[].image_file references
image_file_2stringGeneric top-level MCP file object for assets[].image_file references
image_file_3stringGeneric top-level MCP file object for assets[].image_file references
image_file_4stringGeneric top-level MCP file object for assets[].image_file references
image_file_5stringGeneric top-level MCP file object for assets[].image_file references
image_file_6stringGeneric top-level MCP file object for assets[].image_file references
image_file_7stringGeneric top-level MCP file object for assets[].image_file references
image_file_8stringGeneric top-level MCP file object for assets[].image_file references
image_file_9stringGeneric top-level MCP file object for assets[].image_file references
image_file_10stringGeneric top-level MCP file object for assets[].image_file references
image_file_11stringGeneric top-level MCP file object for assets[].image_file references
image_file_12stringGeneric top-level MCP file object for assets[].image_file references
image_file_13stringGeneric top-level MCP file object for assets[].image_file references
image_file_14stringGeneric top-level MCP file object for assets[].image_file references

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-ai-uwear-uwear","endpoint":"/update_garment","input":{"clothing_item_id":1}}'
cli
npx cracked-ai run -p mcp-ai-uwear-uwear -e /update_garment -i '{"clothing_item_id":1}'
mcp
run_tool({ provider: "mcp-ai-uwear-uwear", endpoint: "/update_garment", input: {"clothing_item_id":1} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.