Uwear
U
Uwear
/list_outfits

List Outfits

List user's outfits (saved garment combinations). Filter by garment IDs, active status, date range, or query against contained garments.

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

Input

FieldTypeDescription
querystringSearch outfit names and contained garments.
outfit_idsarrayFilter to specific outfit IDs
clothing_item_idsarrayFilter to outfits containing any of these garments
tag_idsarrayFilter to outfits with any of these tags
is_activestringFilter by status: 'true', 'false', or 'both' (default: both)
sourcestring (manual | auto | proposed)Filter by outfit source.
start_datestringFilter: created on or after this date (ISO format)
end_datestringFilter: created on or before this date (ISO format)
sortstringSort: 'field:direction'. Use 'latest_generation_at:desc' to surface recently generated out
pageintegerPage number for pagination default 1
limitintegerNumber of items per page default 10

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":"/list_outfits","input":{"page":1,"limit":10}}'
cli
npx cracked-ai run -p mcp-ai-uwear-uwear -e /list_outfits -i '{"page":1,"limit":10}'
mcp
run_tool({ provider: "mcp-ai-uwear-uwear", endpoint: "/list_outfits", input: {"page":1,"limit":10} })

Try it

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