gondola
G
gondola
/book_hotel

book hotel

Book a hotel room using a rate from get_hotel_details. Requires guest details and a saved payment method. Use get_payment_methods to find the payment ID. The go

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 /book_hotel for me.

Input

FieldTypeDescription
email_addressstringGuest's email for confirmation.
family_namestringGuest's last name (minimum 2 characters).
given_namestringGuest's first name.
gondola_rate_id*integerThe rate ID from get_hotel_details room rates.
loyalty_account_idstringOptional loyalty account ID to earn points and elite credit on this stay. Use the Member N
payment_id*stringPayment method ID from get_payment_methods.
phone_numberstringGuest's phone number with country code (e.g. "+1-555-123-4567").
special_requeststringOptional special request (e.g. "high floor", "late check-in").
travel_profile_idstringOptional travel profile ID from get_travel_profiles. Prefills any guest details that were

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":"/book_hotel","input":{"gondola_rate_id":1,"payment_id":"..."}}'
cli
npx cracked-ai run -p mcp-ai-gondola-gondola -e /book_hotel -i '{"gondola_rate_id":1,"payment_id":"..."}'
mcp
run_tool({ provider: "mcp-ai-gondola-gondola", endpoint: "/book_hotel", input: {"gondola_rate_id":1,"payment_id":"..."} })

Try it

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