reunion_find_commune
Find the canonical commune for approximate or misspelled La Réunion names. Returns INSEE code, EPCI, department, region. Handles case, accents, abbreviations.
Instructions
Fuzzy resolver: takes an approximate or misspelled La Réunion commune name and returns matching canonical communes with INSEE code, EPCI, department, region. Handles common variations: case insensitive, accent insensitive ("Etang Sale" → "L'Étang-Salé"), abbreviations ("St-Denis" → "Saint-Denis"), missing punctuation. Always call this first when a user provides a commune name with any uncertainty before passing it to commune-filtered tools that expect exact prefix matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Approximate commune name. Examples: "saint denis", "St-Pierre", "etang sale", "Le Tampon" |