gondola
G
gondola
/compare_rates

compare rates

Compare cash vs points rates and render a side-by-side rate_comparison widget for one or more hotels. Use this whenever the user is making a cash-vs-points deci

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

Input

FieldTypeDescription
checkin*stringCheck-in date in YYYY-MM-DD format.
checkout*stringCheck-out date in YYYY-MM-DD format.
hotel_ids*arrayArray of one to five hotel IDs to compare. A single-element array is valid when the user i
num_adultsintegerNumber of adult guests. default 2

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":"/compare_rates","input":{"checkin":"...","checkout":"...","hotel_ids":[],"num_adults":2}}'
cli
npx cracked-ai run -p mcp-ai-gondola-gondola -e /compare_rates -i '{"checkin":"...","checkout":"...","hotel_ids":[],"num_adults":2}'
mcp
run_tool({ provider: "mcp-ai-gondola-gondola", endpoint: "/compare_rates", input: {"checkin":"...","checkout":"...","hotel_ids":[],"num_adults":2} })

Try it

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