sbb_search_stations
Find Swiss railway stations and stops by name, filter by canton, and retrieve UIC numbers, coordinates, and operator details.
Instructions
Sucht Bahnhöfe und Haltestellen der Schweiz (DiDok-Liste des BAV).
Deckt alle öV-Haltestellen ab (nicht nur SBB). Enthält UIC-Nummern, Koordinaten, Kantone und Betreiberinformationen.
Args: params (StationSearchInput): Parameter: - query (str): Suchbegriff (mind. 2 Zeichen), z.B. 'Wädenswil', 'Zürich' - canton (Optional[str]): Kantonskürzel, z.B. 'ZH' - limit (int): Max. Resultate - response_format (str): 'markdown' oder 'json'
Returns: str: Haltestellenliste mit UIC, Kanton und Koordinaten. Schema: {name, uic, canton, operator, coordinates}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |