municipality_search
Finds Swiss municipalities by name fragment or postcode. Returns the BFS id, name, canton and postcodes for each match. The BFS id is the key every other tool here takes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Name fragment, e.g. "Feusisberg". Case-insensitive. | |
| zip | No | Four-digit Swiss postcode, e.g. "8854" (which alone spans three Gemeinden). | |
| limit | No | Maximum matches to return (1-50). |