G
gondola
/get_booking_link
get booking link
Get a booking link for a hotel on Gondola. Use this when a user wants to book a specific hotel. Returns a URL to the hotel's booking page with dates pre-filled.
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_booking_link for me.
Input
| Field | Type | Description |
|---|---|---|
| checkin* | string | Check-in date in YYYY-MM-DD format. |
| checkout* | string | Check-out date in YYYY-MM-DD format. |
| gondola_rate_id | integer | Optional rate ID from get_hotel_details or compare_rates. When provided, the link deep-lin |
| hotel_id* | integer | The hotel's Vervotech property ID. |
| num_adults | integer | Number 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_booking_link","input":{"checkin":"...","checkout":"...","hotel_id":1,"num_adults":2}}'cli
npx cracked-ai run -p mcp-ai-gondola-gondola -e /get_booking_link -i '{"checkin":"...","checkout":"...","hotel_id":1,"num_adults":2}'mcp
run_tool({ provider: "mcp-ai-gondola-gondola", endpoint: "/get_booking_link", input: {"checkin":"...","checkout":"...","hotel_id":1,"num_adults":2} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.