Blue Pillow Hotels & Stays
BP
Blue Pillow Hotels & Stays
/resolve_destination

Resolve destination name to id

Converts a destination name into a destination id usable in `search_stays`. The canonical entry point when the user's request mentions a place name and coordina

liveverifiedunknown~5s typical
mcpprobedbluepillowhotels
$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-com-bluepillow-hotels /resolve_destination for me.

Input

FieldTypeDescription
api_keystringYour anonymous Blue Pillow Hotels & Stays API key (format 'pk_anon_…'). Pass it in THIS fi
name*stringDestination name in English or canonical local form (not a translation).
countrystringCountry: ISO-3166 alpha-2 (preferred), alpha-3, or extended name in any supported language
typestring (city | neighborhood | airport | poi)Destination kind. city: primary urban unit (default). neighborhood: quarter/borough. airpo
languagestring (en | it | fr | de | es | pt)Render destination names + breadcrumbs in this language. default "en"

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-com-bluepillow-hotels","endpoint":"/resolve_destination","input":{"name":"...","language":"en"}}'
cli
npx cracked-ai run -p mcp-com-bluepillow-hotels -e /resolve_destination -i '{"name":"...","language":"en"}'
mcp
run_tool({ provider: "mcp-com-bluepillow-hotels", endpoint: "/resolve_destination", input: {"name":"...","language":"en"} })

Try it

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