calculate_cost
Calculate estimated construction cost based on real market data from the catalog. Uses average price per m² by material and region from actual company prices and projects.
Args: area: House area in square meters (required, e.g. 120) material: Building material (каркас/frame, брус/timber, газобетон/aerated_concrete, кирпич/brick, СИП/SIP). Empty = average across all. region: Region or city name for regional pricing. Empty = nationwide average. floors: Number of floors (1 or 2). 0 = no adjustment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| area | Yes | ||
| floors | No | ||
| region | No | ||
| material | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |