tool_find_destinations_by_budget
Find travel destinations within your total budget by calculating flight and hotel costs. Enter origin, trip length, and travelers to rank affordable options for your trip.
Instructions
INSPIRATION: "I have $1500, where can I go?" Ranks destinations under a total budget with flight + hotel costs calculated.
Args: origin: Departure airport IATA code (e.g., "JFK") total_budget: Total budget for trip trip_length_days: Number of nights departure_month: YYYY-MM (e.g., "2026-08") or omit for any travelers: Number of travelers interests: Comma-separated (e.g., "beach,food,history") visa_free_only: Only visa-free destinations (requires passport_country) passport_country: ISO 2-letter code (e.g., "US") currency: USD, EUR, etc. max_results: Max destinations to return
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | Yes | ||
| total_budget | Yes | ||
| trip_length_days | No | ||
| departure_month | No | ||
| travelers | No | ||
| interests | No | ||
| visa_free_only | No | ||
| passport_country | No | ||
| currency | No | USD | |
| max_results | No |