get_regional_data
Retrieves regional statistics for a specified area and stats table, returning formatted markdown tables with codes converted to readable names. Use to obtain or compare Japanese public data by region.
Instructions
指定した地域の統計データを取得し、整形して返す.
コード番号は自動的に人間が読める名称に変換される。
Args: stats_data_id: 統計表ID(search_statistics で取得) area: 地域名(例: "東京都")または地域コード(例: "13000") tab_code: 表章項目コード(特定の指標に絞り込む場合) time_code: 時間軸コード(特定の年に絞り込む場合) cat01_code: 分類事項01コード(特定のカテゴリに絞り込む場合) limit: 取得件数上限(デフォルト1000) summary: Trueの場合、最新時点の主要指標のみ返す(データ量を大幅に削減)
Returns: 整形済みの統計データ(マークダウンテーブル)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| area | Yes | ||
| limit | No | ||
| summary | No | ||
| tab_code | No | ||
| time_code | No | ||
| cat01_code | No | ||
| stats_data_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |