get_real_estate_transactions
Fetch Japanese real estate transaction data by area, year, and quarter, with price, size, building age, and station info. Use it to compare official government property prices for market analysis.
Instructions
不動産取引価格情報を取得する.
国土交通省の不動産情報ライブラリから、指定地域の不動産取引データを取得。 取引種別・価格・面積・建築年・最寄駅などの情報を含む。
Args: area: 地域名(例: "東京都", "水戸市")または地域コード year: 取引年で絞り込み(例: 2023) quarter: 四半期で絞り込み(1〜4)
Returns: 不動産取引データの一覧と価格サマリー(マークダウン)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| area | Yes | ||
| year | No | ||
| quarter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |