AI外観監査
assess_exterior_visualsAI-powered exterior audit of Japanese properties using Street View and Vision AI to assess building appearance, road width, and environment. Provides visual assessment results even without API keys.
Instructions
AI visual exterior audit of a property using the Google Maps Street View Static API (https://developers.google.com/maps/documentation/streetview) and Google Gemini Vision (https://ai.google.dev/gemini-api/docs/vision) for image analysis. Falls back to a simulated audit if GOOGLE_MAPS_API_KEY/GOOGLE_GENAI_API_KEY are not configured. | AI街頭外観監査。Google Maps Street View Static APIとGemini Vision AIを用いて建物の外観・道路幅・環境を自動評価。APIキー未設定時はシミュレーション結果にフォールバック。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | 市区町村(例: '名古屋市中村区'、'世田谷区') | |
| pitch | No | カメラの上下角 (-90=真下、0=水平、90=真上) | |
| address | No | 詳細な住所または建物名(例: '名駅南1丁目3-9') | |
| heading | No | カメラの向き (0=北、90=東、180=南、270=西) | |
| latitude | No | 緯度 | |
| longitude | No | 経度 | |
| prefecture | No | 都道府県名(和名/英名/ISO 3166-2 コード対応) | 愛知県 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| analysis | Yes | ||
| imageUrl | Yes | 取得またはモックされたストリートビュー画像のURL (または Base64 埋め込み) | |
| latitude | Yes | ||
| longitude | Yes | ||
| attribution | Yes | ||
| hasLiveImage | Yes | Google Street View APIからライブ画像を取得できたか | |
| markdownReport | Yes | Markdown形式の詳細レポート | |
| hasLiveAnalysis | Yes | Gemini Vision APIによるライブ画像画像解析が行われたか |