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
| Field | Type | Description |
|---|---|---|
| email_address | string | Guest's email for confirmation. |
| family_name | string | Guest's last name (minimum 2 characters). |
| given_name | string | Guest's first name. |
| gondola_rate_id* | integer | The rate ID from get_hotel_details room rates. |
| loyalty_account_id | string | Optional loyalty account ID to earn points and elite credit on this stay. Use the Member N |
| payment_id* | string | Payment method ID from get_payment_methods. |
| phone_number | string | Guest's phone number with country code (e.g. "+1-555-123-4567"). |
| special_request | string | Optional special request (e.g. "high floor", "late check-in"). |
| travel_profile_id | string | Optional 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.