G
gondola
/get_hotel_stats
get hotel stats
Get pricing percentile context for a specific hotel. Returns where the current rate falls relative to the property's typical pricing (e.g. "this rate is in the
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_hotel_stats for me.
Input
| Field | Type | Description |
|---|---|---|
| hotel_id* | integer | The hotel's Vervotech property ID. |
| nightly_cash_cost* | number | The current nightly cash rate to score. |
| nightly_cash_cost_currency* | string | Currency of the cash cost (e.g. "USD"). |
| nightly_points_cost | integer | Optional current nightly points rate to additionally score. |
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_hotel_stats","input":{"hotel_id":1,"nightly_cash_cost":1,"nightly_cash_cost_currency":"..."}}'cli
npx cracked-ai run -p mcp-ai-gondola-gondola -e /get_hotel_stats -i '{"hotel_id":1,"nightly_cash_cost":1,"nightly_cash_cost_currency":"..."}'mcp
run_tool({ provider: "mcp-ai-gondola-gondola", endpoint: "/get_hotel_stats", input: {"hotel_id":1,"nightly_cash_cost":1,"nightly_cash_cost_currency":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.