analyze_parcel
Run satellite land due-diligence analysis on a parcel, returning a green/caution/walk-away verdict with cited signals on flooding, slope, wildfire, access, and more.
Instructions
Run a satellite land due-diligence analysis on a parcel of land and return a green / caution / walk-away verdict plus cited signals (flooding, slope & buildability, soil, hazards like wildfire/seismic/contamination, access, and neighbouring land use). Use when a user is evaluating rural/vacant land to buy. Provide a latitude and longitude (the parcel centre), or a GeoJSON geometry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Latitude of the parcel (WGS84). | |
| lon | No | Longitude of the parcel (WGS84). | |
| mode | No | lite = fast open-data + satellite flood-history scan (~1 min, default); full = deep multi-year satellite report (~3-4 min). | |
| label | No | Optional name for the parcel. | |
| geometry | No | GeoJSON Polygon or Point (alternative to lat/lon). |