gondola
G
gondola
/get_similar_hotels

get similar hotels

Find hotels similar to a given hotel. Use this for branching exploration after a search (e.g. user likes the Park Hyatt Tokyo but wants a cheaper alternative —

liveunknown~5s typical
mcpgondola
$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-gondola-gondola /get_similar_hotels for me.

Input

FieldTypeDescription
checkin*stringCheck-in date in YYYY-MM-DD format.
checkout*stringCheck-out date in YYYY-MM-DD format.
hotel_id*integerThe seed hotel's Vervotech property ID.
num_adultsintegerNumber of adult guests. default 2

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-gondola-gondola","endpoint":"/get_similar_hotels","input":{"checkin":"...","checkout":"...","hotel_id":1,"num_adults":2}}'
cli
npx cracked-ai run -p mcp-ai-gondola-gondola -e /get_similar_hotels -i '{"checkin":"...","checkout":"...","hotel_id":1,"num_adults":2}'
mcp
run_tool({ provider: "mcp-ai-gondola-gondola", endpoint: "/get_similar_hotels", input: {"checkin":"...","checkout":"...","hotel_id":1,"num_adults":2} })

Try it

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