G
gondola
/cancel_vehicle_booking
cancel vehicle booking
Cancel an existing vehicle booking by its Gondola booking ID. Use this when a user wants to cancel a rental they previously booked.
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 /cancel_vehicle_booking for me.
Input
| Field | Type | Description |
|---|---|---|
| booking_id* | string | The Gondola booking ID (confirmation number) of the vehicle booking. |
| confirm | boolean | Set true only after the user has seen the cancellation terms from the preview call and agr default false |
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":"/cancel_vehicle_booking","input":{"booking_id":"...","confirm":false}}'cli
npx cracked-ai run -p mcp-ai-gondola-gondola -e /cancel_vehicle_booking -i '{"booking_id":"...","confirm":false}'mcp
run_tool({ provider: "mcp-ai-gondola-gondola", endpoint: "/cancel_vehicle_booking", input: {"booking_id":"...","confirm":false} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.