gondola
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

FieldTypeDescription
acriss_code*stringACRISS vehicle classification code from search results.
email_address*stringRenter's email for confirmation.
family_name*stringRenter's last name.
given_name*stringRenter's first name.
loyalty_account_idstringOptional loyalty account ID to earn points on this rental.
payment_id*stringPayment method ID from get_payment_methods.
phone_number*stringRenter's phone number with country code (e.g. "+1-555-123-4567").
pickup_locationstringOptional pickup airport IATA code of the selected vehicle. Pass through whatever pickup_lo
rate_code*stringRate code of the selected vehicle from search results.
search_id*stringSearch ID from search_vehicles.
vendor_code*stringVendor 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.