sbb_get_platform_data
Retrieve platform data for Swiss railway stations, including length, area, type, and accessibility. Filter by station or platform type for precise results.
Instructions
Ruft Perrondaten (Länge, Fläche, Typ) für SBB-Bahnhöfe ab.
Enthält Perronlänge (m), Netto-/Bruttofläche (m²), Perrontyp und Angaben zur schienenfreien Zugänglichkeit.
Args: params (PlatformDataInput): Parameter: - station_name (Optional[str]): Bahnhofsname, z.B. 'Zürich HB' - platform_type (Optional[str]): Perrontyp, z.B. 'Mittelperron' - limit (int): Max. Resultate - offset (int): Paginierung - response_format (str): 'markdown' oder 'json'
Returns: str: Perrondaten mit Länge, Fläche und Typ. Schema: {station, platform_nr, type, length_m, gross_area_m2, net_area_m2, accessible}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |