French commune market stats (DVF)
fr_property_market_statsCompute median, p25/p75 price per m², sales volume, and year-over-year trend for a property type in a French commune via address or INSEE code.
Instructions
Compute commune-level real-estate market statistics from DVF: median/p25/p75 EUR/m², sales volume, and year-over-year trend for a property type.
Provide EITHER 'address' (its commune is used) OR 'citycode' (INSEE).
Args:
address (string, optional): address inside the commune
citycode (string, optional): INSEE commune code
property_type (string): 'Appartement' (default) or 'Maison', etc.
years_back (number): lookback window (default 4)
response_format ('markdown' | 'json')
Returns: salesCount, medianPricePerM2, p25/p75 EUR/m², medianPrice, and yoyPricePerM2Pct (last full year vs prior year, null if insufficient data).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | No | Address inside the commune to analyse (or use 'citycode'). | |
| citycode | No | INSEE commune code (5 chars). Alternative to 'address'. | |
| years_back | No | Lookback window in years for stats (default 4). | |
| property_type | No | Property type to analyse, e.g. 'Appartement' or 'Maison'. | Appartement |
| response_format | No | Output format: 'markdown' (human) or 'json' (machine). | markdown |