tool_optimize_budget
Compare flight and hotel prices across flexible date windows to find the lowest total trip cost. Get ranked combinations with per-person breakdown and booking deeplinks.
Instructions
Find the cheapest flight + hotel combination across flexible date windows.
Read-only. No auth required. Scrapes Google Flights and Hotels live; prices are indicative and may shift. Returns ranked date combinations each with total cost (flights + estimated hotel), per-person breakdown, and booking deeplinks.
Use this when the user wants the lowest total trip cost and can shift dates by a few days. Use tool_search_flights for fixed-date flight-only search. Use tool_fare_calendar for a full month price grid without hotel bundling.
Args: origin: Departure airport IATA code (e.g., "JFK") destination: Arrival airport IATA code (e.g., "CDG") departure_date: Preferred departure YYYY-MM-DD return_date: Preferred return YYYY-MM-DD adults: Number of travelers (affects per-person vs total cost) currency: ISO currency code — USD, EUR, etc. flexible_dates: True to search ±flexibility_days around given dates flexibility_days: Date window to search each side, 1-7
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | Yes | ||
| destination | Yes | ||
| departure_date | Yes | ||
| return_date | Yes | ||
| adults | No | ||
| currency | No | USD | |
| flexible_dates | No | ||
| flexibility_days | No |