gondola
G
gondola
/get_past_trips

get past trips

Get the user's past hotel stays and flights. Use this to answer travel-history questions and make recommendations grounded in behavior (e.g. "you loved the Park

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

Input

FieldTypeDescription
limitintegerReservations per page. The Patterns block always covers the whole history regardless of th default 50
pageinteger1-based page of past reservations, newest first. Increment to walk further back through th default 1

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

Try it

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