G
gondola
/book_vehicle
book vehicle
Book a rental vehicle from a search result. Requires a Gondola account and a saved payment method (use get_payment_methods to find the payment ID). The vendor_c
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_vehicle for me.
Input
| Field | Type | Description |
|---|---|---|
| acriss_code* | string | ACRISS vehicle classification code from search results. |
| email_address* | string | Renter's email for confirmation. |
| family_name* | string | Renter's last name. |
| given_name* | string | Renter's first name. |
| loyalty_account_id | string | Optional loyalty account ID to earn points on this rental. |
| payment_id* | string | Payment method ID from get_payment_methods. |
| phone_number* | string | Renter's phone number with country code (e.g. "+1-555-123-4567"). |
| pickup_location | string | Optional pickup airport IATA code of the selected vehicle. Pass through whatever pickup_lo |
| rate_code* | string | Rate code of the selected vehicle from search results. |
| search_id* | string | Search ID from search_vehicles. |
| vendor_code* | string | Vendor code from search results (e.g. "ZE" for Hertz). |
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_vehicle","input":{"acriss_code":"...","email_address":"...","family_name":"...","given_name":"...","payment_id":"...","phone_number":"...","rate_code":"...","search_id":"...","vendor_code":"..."}}'cli
npx cracked-ai run -p mcp-ai-gondola-gondola -e /book_vehicle -i '{"acriss_code":"...","email_address":"...","family_name":"...","given_name":"...","payment_id":"...","phone_number":"...","rate_code":"...","search_id":"...","vendor_code":"..."}'mcp
run_tool({ provider: "mcp-ai-gondola-gondola", endpoint: "/book_vehicle", input: {"acriss_code":"...","email_address":"...","family_name":"...","given_name":"...","payment_id":"...","phone_number":"...","rate_code":"...","search_id":"...","vendor_code":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.