3D用途地域・法的斜線制限自動監査
audit_zoning_complianceAudit proposed building specifications (floor area ratio, coverage, height, slant lines) against local zoning regulations to verify compliance.
Instructions
Audit proposed building metrics (FAR, coverage, slant line, height limit) against local zoning rules. | 敷地での計画建物スペック(建蔽率・容積率・斜線制限など)の適合性を自動監査する。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | 市区町村(例: '名古屋市中区') | |
| address | No | 詳細住所 | |
| latitude | No | 緯度 | |
| longitude | No | 経度 | |
| prefecture | No | 都道府県名(和名/英名/ISO 3166-2 コード対応) | 愛知県 |
| proposedUse | Yes | ||
| siteAreaSqm | Yes | 敷地面積 (㎡) | |
| proposedFloors | Yes | 計画建物の階数 | |
| frontRoadWidthM | Yes | 前面道路幅員 (m) | |
| proposedHeightM | Yes | 計画建物の高さ (m) | |
| proposedBuildingAreaSqm | Yes | 計画建物の建築面積 (㎡) | |
| proposedTotalFloorAreaSqm | Yes | 計画建物の延床面積 (㎡) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | ||
| longitude | Yes | ||
| zoningType | Yes | 用途地域種別 | |
| attribution | Yes | ||
| markdownReport | Yes | Markdown形式の詳細監査レポート | |
| isFullyCompliant | Yes | すべての規制に適合しているか | |
| optimizationTipsJa | Yes | 容積最大化・最適化のためのアドバイス | |
| slantLineCompliant | Yes | 道路・隣地斜線制限を満たすか | |
| complianceSummaryJa | Yes | 適合性状況の日本語要約 | |
| heightLimitCompliant | Yes | 絶対高さ制限を満たすか | |
| legalMaxCoverageRatio | Yes | 法定最大建蔽率 (%) | |
| proposedCoverageRatio | Yes | 計画建蔽率 (%) | |
| coverageRatioCompliant | Yes | 建蔽率が法定内か | |
| legalMaxFloorAreaRatio | Yes | 法定最大容積率 (%) | |
| proposedFloorAreaRatio | Yes | 計画容積率 (%) | |
| floorAreaRatioCompliant | Yes | 容積率が法定内か |