get_hotel_stats
Determine if a hotel's cash or points rate offers good value using historical percentile comparisons.
Instructions
Get pricing analytics and percentile data for a hotel rate.
Use this to help users understand if a rate is a good deal. Shows how the cash rate
and points redemption value compare historically across the chain.
Args:
hotel_id: The hotel's Vervotech property ID (from search results).
nightly_cash_cost: The current nightly cash rate.
nightly_cash_cost_currency: Currency of the cash rate (e.g. "USD", "EUR").
nightly_points_cost: Optional current nightly points cost.
Returns:
Pricing stats with percentile rankings and value assessment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hotel_id | Yes | ||
| nightly_cash_cost | Yes | ||
| nightly_points_cost | No | ||
| nightly_cash_cost_currency | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |