G
gondola
/get_multi_night_rates
get multi night rates
Get a rate calendar for a hotel over a date range so you can recommend the cheapest nights. Use this when a user has flexible dates (e.g. "any week in May"). Re
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_multi_night_rates for me.
Input
| Field | Type | Description |
|---|---|---|
| end_date* | string | Latest check-out date in YYYY-MM-DD format. |
| hotel_id* | integer | The hotel's Vervotech property ID. |
| nights | integer | Number of nights for each candidate stay. default 1 |
| start_date* | string | Earliest check-in date in YYYY-MM-DD format. |
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_multi_night_rates","input":{"end_date":"...","hotel_id":1,"nights":1,"start_date":"..."}}'cli
npx cracked-ai run -p mcp-ai-gondola-gondola -e /get_multi_night_rates -i '{"end_date":"...","hotel_id":1,"nights":1,"start_date":"..."}'mcp
run_tool({ provider: "mcp-ai-gondola-gondola", endpoint: "/get_multi_night_rates", input: {"end_date":"...","hotel_id":1,"nights":1,"start_date":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.