U
Uwear
/list_locations
List Locations
List reusable location/scene reference images by structured filters or query: IDs, tags, date range, and sort. Use when the user wants to pick a saved backgroun
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_locations for me.
Input
| Field | Type | Description |
|---|---|---|
| query | string | Hybrid search across location names, metadata, and visual attributes. |
| location_ids | array | Filter to specific location IDs |
| tag_ids | array | Filter to locations with any of these tags |
| start_date | string | Filter: created on or after this date (ISO format) |
| end_date | string | Filter: created on or before this date (ISO format) |
| sort | string | Sort order: 'field:direction', e.g. 'created_at:desc', 'location_name:asc'. Default: creat |
| page | integer | Page number for pagination default 1 |
| limit | integer | Number of items per page default 10 |
| include_image_url | boolean | Set true when the location/reference image URL is needed for inspection 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_locations","input":{"page":1,"limit":10,"include_image_url":false}}'cli
npx cracked-ai run -p mcp-ai-uwear-uwear -e /list_locations -i '{"page":1,"limit":10,"include_image_url":false}'mcp
run_tool({ provider: "mcp-ai-uwear-uwear", endpoint: "/list_locations", input: {"page":1,"limit":10,"include_image_url":false} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.