Uwear
U
Uwear
/create_location

Create Location

Create a reusable location/scene reference from an image URL. If no description is supplied, the backend analyzes the image. Use the returned location_id in pro

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

Input

FieldTypeDescription
name*stringName for the reusable location/scene reference
image_url*stringURL of the location/reference image
descriptionstringOptional location description. If omitted, the system analyzes the image.
thumbnail_urlstringOptional thumbnail URL
source_metadataobjectOptional provenance metadata for the source image
tag_idsarrayOptional tag IDs to assign after creating the location

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_location","input":{"name":"...","image_url":"..."}}'
cli
npx cracked-ai run -p mcp-ai-uwear-uwear -e /create_location -i '{"name":"...","image_url":"..."}'
mcp
run_tool({ provider: "mcp-ai-uwear-uwear", endpoint: "/create_location", input: {"name":"...","image_url":"..."} })

Try it

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