get_multi_night_rates
Find the cheapest time to stay at a hotel by comparing cash and points rates across a flexible date range.
Instructions
Get a rate calendar showing prices across a date range for a hotel.
Use this when a user has flexible dates and wants to find the cheapest time to stay.
Shows cash rates, points rates, and value percentiles for each available check-in date.
Args:
hotel_id: The hotel's Vervotech property ID (from search results).
start_date: Start of date range in YYYY-MM-DD format.
end_date: End of date range in YYYY-MM-DD format.
nights: Number of nights per stay (default: 1).
Returns:
Rate calendar with pricing for each available date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nights | No | ||
| end_date | Yes | ||
| hotel_id | Yes | ||
| start_date | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |