tool_calculate_points_or_cash
Evaluate whether to pay cash or use points for a booking. Considers cents per point, opportunity cost, and points earned on cash payment to provide a clear recommendation.
Instructions
Should I pay cash or use points? Factors in cpp value, opportunity cost, and points-back earning on the cash payment. Returns a clear recommendation.
Args: cash_price: Cash price for the booking points_price: Points/miles price for the same booking program: Points program (e.g., "chase_ur", "united_mp") category: Spending category if paying cash (e.g., "travel", "dining") — affects earning calc card_key: Specific card to calculate earning (e.g., "chase_sapphire_reserve") currency: Cash price currency taxes_fees_on_award: Cash taxes/fees on the award redemption
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cash_price | Yes | ||
| points_price | Yes | ||
| program | Yes | ||
| category | No | ||
| card_key | No | ||
| currency | No | USD | |
| taxes_fees_on_award | No |