get_arrivals
Fetch upcoming train arrivals for a TfL station using its station ID. Get the station ID from get_station_info first, then pass it with an optional line filter.
Instructions
Get next train arrivals at a station. NOTE: First call get_station_info to get the stationId, then pass that ID here. Do not pass the station name directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| line | No | Optional: filter by line e.g. elizabeth, dlr, central | |
| stationId | Yes | TfL station ID — get this from get_station_info first |