Next departures from a stop
stop_departuresGet next departures from any Helsinki public transport stop. Accepts a stop name or HSL stop ID, includes real-time delays, and returns a candidate list if multiple stops match.
Instructions
Get the next departures from a Helsinki public-transport stop, including real-time delays. Accepts either a stop name (e.g. 'Kamppi', looked up internally) or an HSL stop ID (e.g. 'HSL:1140447'). If the name matches multiple stops, returns the candidate list so the caller can pick one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stopId | No | HSL GTFS stop ID, e.g. "HSL:1140447". Provide this OR stopName. | |
| stopName | No | Human-readable stop name, e.g. "Kamppi". Provide this OR stopId. | |
| numberOfDepartures | No | How many upcoming departures to return. |