tool_plan_trip_package
Plan a complete bookable trip package in one call: flights, hotels, visa, weather, attractions, ground transport, cost estimate, and booking links.
Instructions
Complete bookable trip package in one call: flights, hotels, visa, weather, advisory, attractions, ground transport, cost estimate + booking URLs/checklist.
Use when the destination is decided; use score_destinations if still deciding.
Args: origin: Departure airport IATA or city (e.g., "DXB", "JFK", "New York") destination: Destination city (e.g., "Bali", "Tokyo", "Paris") departure_date: YYYY-MM-DD return_date: YYYY-MM-DD (auto-calculated from trip_length_days if omitted) trip_length_days: Nights (used when return_date omitted) travelers: Number of travelers passport_country: ISO-2 for visa check (e.g., "US", "IN", "GB") currency: Home currency for all prices budget_level: budget, moderate, luxury interests: Comma-separated (e.g., "beach,food,history") include_ground_transport: Also search buses/trains
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | Yes | ||
| destination | Yes | ||
| departure_date | Yes | ||
| return_date | No | ||
| trip_length_days | No | ||
| travelers | No | ||
| passport_country | No | ||
| currency | No | USD | |
| budget_level | No | moderate | |
| interests | No | ||
| include_ground_transport | No |