sbb_get_infrastructure_construction_projects
Retrieve ongoing SBB infrastructure construction projects including project name, location, type, and links. Filter by city or project type for urban planning and communication.
Instructions
Ruft laufende SBB-Infrastruktur-Bauprojekte (Bahnhöfe, Strecken, Ausbau) ab.
Enthält Projektname, Ort, Projektart, Angebotsschritt und Links zu Projektseiten. Geeignet für Stadtplanung, Kommunikation und Raumplanung.
Args: params (ConstructionProjectsInput): Parameter: - city (Optional[str]): Ortsfilter, z.B. 'Zürich', 'Basel' - project_type (Optional[str]): Projektart, z.B. 'ausbau' - limit (int): Max. Resultate - offset (int): Paginierung - response_format (str): 'markdown' oder 'json'
Returns: str: Liste Infrastruktur-Bauprojekte mit Ort, Art und Projektlinks. Schema: {name, location, type, category, link}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |