tool_estimate_points_value
Calculate cents-per-point value of award bookings by comparing cash price and points cost across 20+ reward programs, then get a verdict on whether it's a good deal.
Instructions
Is this award booking a good deal? Calculate cents-per-point and compare against baseline valuations for 20+ programs (Chase UR, Amex MR, airline miles, hotel points). Returns verdict: excellent/good/fair/poor.
Args: points_cost: Points/miles required for the award booking cash_price: What the same booking costs in cash program: Points program (e.g., "chase_ur", "amex_mr", "united_mp", "hyatt_woh") currency: Cash price currency taxes_fees: Taxes/fees still paid in cash on the award (e.g., fuel surcharges)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| program | Yes | ||
| currency | No | USD | |
| cash_price | Yes | ||
| taxes_fees | No | ||
| points_cost | Yes |