U
Uwear
/create_outfit_from_garment_ids
Create Outfit
Create an outfit from existing garment IDs. Pairs saved garments together into a saved outfit without uploading new images.
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 /create_outfit_from_garment_ids for me.
Input
| Field | Type | Description |
|---|---|---|
| name | string | Optional human-readable outfit name |
| clothing_item_ids* | array | IDs of clothing items to combine into an outfit |
| is_active | boolean | Whether the outfit should be immediately active default false |
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":"/create_outfit_from_garment_ids","input":{"clothing_item_ids":[],"is_active":false}}'cli
npx cracked-ai run -p mcp-ai-uwear-uwear -e /create_outfit_from_garment_ids -i '{"clothing_item_ids":[],"is_active":false}'mcp
run_tool({ provider: "mcp-ai-uwear-uwear", endpoint: "/create_outfit_from_garment_ids", input: {"clothing_item_ids":[],"is_active":false} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.