compare_rates
Compare cash vs points rates across multiple hotels side-by-side, highlighting the best cash value and best points value to guide your booking decision.
Instructions
Compare cash vs points rates across multiple hotels side-by-side.
Use this after search_hotels to help a user decide between their top hotel picks.
Returns a comparison table with cash rate, points rate, CPP valuation, and value signals
for each hotel, highlighting the best cash value and best points value.
Args:
hotel_ids: List of hotel IDs to compare (max 5). Get these from search_hotels results.
checkin: Check-in date in YYYY-MM-DD format.
checkout: Check-out date in YYYY-MM-DD format.
num_adults: Number of adult guests. Defaults to 2.
Returns:
Side-by-side comparison of cash vs points rates with recommendations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checkin | Yes | ||
| checkout | Yes | ||
| hotel_ids | Yes | ||
| num_adults | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |