Uwear
U
Uwear
/propose_outfits

Propose Outfits

Use Uwear's outfit proposer to create styled outfit combinations from selected garments. Returns candidate titles, clothing_item_ids, and short rationales; call

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 /propose_outfits for me.

Input

FieldTypeDescription
clothing_item_ids*arrayAccessible clothing item IDs to combine into outfit proposals
instructionsstringOptional styling brief, occasion, season, constraints, or vibe
max_outfitsintegerMaximum number of outfit proposals to return default 6

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":"/propose_outfits","input":{"clothing_item_ids":[],"max_outfits":6}}'
cli
npx cracked-ai run -p mcp-ai-uwear-uwear -e /propose_outfits -i '{"clothing_item_ids":[],"max_outfits":6}'
mcp
run_tool({ provider: "mcp-ai-uwear-uwear", endpoint: "/propose_outfits", input: {"clothing_item_ids":[],"max_outfits":6} })

Try it

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