plan_journey
Plan a journey in London using public transport. Specify start, destination, optional stops, and arrival or departure time.
Instructions
Plan a journey between two locations in London using public transport.
Args: from_location: Starting point (postcode, station name, or address) to_location: Destination (postcode, station name, or address) via: Optional intermediate stop time: Optional time for journey (ISO format or HH:MM) time_is_arrival: If True, time is arrival time; if False, departure time
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_location | Yes | ||
| to_location | Yes | ||
| via | No | ||
| time | No | ||
| time_is_arrival | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||