Uwear
U
Uwear
/list_garments

List Garments

List user's garments with structured filters or query for hybrid name/SKU/metadata/image-attribute search.

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_garments for me.

Input

FieldTypeDescription
querystringHybrid search across garment names, SKUs, metadata, and visual attributes.
clothing_item_idsarrayFilter to specific garment IDs
tag_idsarrayFilter to garments with any of these tags
categoryarrayFilter to garments in any of these canonical categories
start_datestringFilter: created on or after this date (ISO format, e.g. '2025-06-01')
end_datestringFilter: created on or before this date (ISO format)
sortstringSort order: 'field:direction', e.g. 'created_at:desc', 'clothing_item_name:asc'. Default:
pageintegerPage number for pagination default 1
limitintegerNumber of items per page default 10
include_image_urlbooleanSet true when the garment image itself is needed for visual display or reuse. 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":"/list_garments","input":{"page":1,"limit":10,"include_image_url":false}}'
cli
npx cracked-ai run -p mcp-ai-uwear-uwear -e /list_garments -i '{"page":1,"limit":10,"include_image_url":false}'
mcp
run_tool({ provider: "mcp-ai-uwear-uwear", endpoint: "/list_garments", input: {"page":1,"limit":10,"include_image_url":false} })

Try it

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