Geocode French address
fr_property_geocodeResolves a French address to geographic coordinates and INSEE commune code for property data queries.
Instructions
Resolve a free-text French address to geographic coordinates and its INSEE commune code using the Base Adresse Nationale (BAN).
Use this to obtain the latitude/longitude and 'citycode' (INSEE code) needed by the other tools, or to validate/normalize an address.
Args:
address (string): free-text French address
limit (number): max candidate matches, 1-20 (default 5)
response_format ('markdown' | 'json'): output format (default markdown)
Returns: ranked candidates with label, lat, lon, citycode (INSEE), postcode, city, score (0-1), type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of candidate matches to return (1-20) | |
| address | Yes | Free-text French address, e.g. '12 rue de Rivoli, Paris' | |
| response_format | No | Output format: 'markdown' (human) or 'json' (machine) | markdown |