Plan a Helsinki transit journey
plan_journeyPlan public-transport journeys across Greater Helsinki by providing any place name or address. Returns up to five itineraries with legs, modes, and real-time status.
Instructions
Plan a public-transport journey between two places in Greater Helsinki. Accepts place names or addresses; both endpoints are geocoded internally. Returns up to 5 itineraries, each with legs, modes, line numbers, and real-time status. Departure time defaults to now; provide an ISO 8601 timestamp with offset to plan ahead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| modes | No | Optional filter of allowed transit modes (BUS, TRAM, RAIL, SUBWAY, FERRY). Omit to allow any. | |
| origin | Yes | Origin: place name, address, or landmark in Greater Helsinki (e.g. 'Kamppi', 'Otaniemi'). Geocoded internally. | |
| destination | Yes | Destination: place name, address, or landmark. Geocoded internally. | |
| departureTime | No | ISO 8601 timestamp WITH offset, e.g. '2026-08-07T15:00:00+03:00' or '...Z'. Defaults to now. | |
| numItineraries | No | How many itineraries to return. |