tool_get_stopover_guide
Get a layover activity guide for major hub airports. Find in-terminal options, city excursions based on layover time, and transit visa requirements for your passport.
Instructions
Get a layover activity guide for a major hub airport.
Read-only. No auth required. Data source: built-in curated dataset for 10 hubs: IST, DXB, SIN, DOH, NRT, HND, CDG, HKG, ICN, AMS. Returns in-terminal activities, city excursion options (only suggested when layover_hours is sufficient for safe exit/re-entry), and transit visa status for the given passport. Unsupported airports return an error field with a list of supported IATA codes.
Use this when the user has a confirmed layover and wants to make use of the time. Use tool_check_transit_visa for a standalone transit visa check without activity content. Do not use for airports not in the supported list above.
Args: airport: IATA code of the layover airport (e.g., "DXB", "SIN", "IST") layover_hours: Total available layover time in decimal hours (e.g., 4.5) passport_country: ISO-2 passport code for transit visa check (e.g., "IN", "US") — omit to skip visa check
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| airport | Yes | ||
| layover_hours | Yes | ||
| passport_country | No |