station_board
Fetch live departure or arrival boards for Austrian OeBB stations. Provide a station name or ID to get train products, directions, planned and real times, and platforms.
Instructions
Fetch live departures or arrivals at an OeBB station.
Provide either station_id or station_name (name is auto-resolved).
Returns train products, directions, planned/real times, and platforms.
Args:
station_id: OeBB station ID (e.g. "1190100" for Wien Hbf)
station_name: Station name to search for (e.g. "Wien Hbf")
board_type: "DEP" for departures (default), "ARR" for arrivals
max_journeys: Maximum number of journeys to return (default 10)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_type | No | DEP | |
| station_id | No | ||
| max_journeys | No | ||
| station_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |