road_classify_road
Classify any Swiss road by type, surface, ownership, and access restrictions using official swissTLM3D data. Answers questions like 'Is this a motorway?' or 'Who maintains this road?'
Instructions
Classify roads at a location using the official Swiss topographic road network (swissTLM3D).
The swissTLM3D is the authoritative federal road network dataset from swisstopo. It classifies every road in Switzerland by:
Road type (Objektart): 🛣️ Autobahn · 🚗 Hauptstrasse · 🏘️ Nebenstrasse · 🚶 Weg/Pfad …
Functional class (Verkehrsbedeutung): Hauptverbindungsstrasse · Verbindungsstrasse · Sammelstrasse · Zufahrtstrasse
Surface (Belagsart): Hartbelag (Asphalt/Beton) · Weich-/Naturbelag
Ownership (Eigentümer): Bund · Kanton · Gemeinde · Privat
Access restriction (Verkehrsbeschränkung): Keine Beschränkung · Einsatzkräfte · Landwirtschaft · Fussgänger und Radfahrer · Kein öffentlicher Verkehr …
Use cases:
«Is this a motorway or a local road?»
«Who maintains this road – canton or municipality?»
Enriching traffic counter data with official road classification
Phase 4 tool – no API key required! Data source: geo.admin.ch / swisstopo swissTLM3D Strassen.
Returns: JSON with road segments at the location, each containing: - road_name: Official road name (if assigned) - road_type: {code, label_de, label_en, emoji, network_importance} - surface, functional_class, ownership, access_restriction Plus a type_summary overview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||