hazards_at_location
Check a Glendale address or coordinates against all mapped hazard zones at once: wildfire, flood, earthquake, dam, and debris-flow risks, with status and nearest zone.
Instructions
All mapped hazards at one location in one call: wildfire (CAL FIRE), flood (FEMA), fault rupture, liquefaction and earthquake-induced landslide (CGS), dam inundation (DWR) and post-fire debris flow (USGS). Each has a status (in_zone, not_in_zone or unavailable), the zones containing the point, the nearest zone with its distance, and notes on how to read it. These are regulatory maps of mapped hazard, not current conditions or a safety assessment; for active fires, evacuations and alerts call read_guide("real_time_sources"). Use the single-hazard tools when only one is needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| location | Yes | Where to look: {"address": "613 E Broadway"} for a street address in Glendale, or {"lat": 34.1466, "lon": -118.2483}. Coordinates skip geocoding. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fault | Yes | ||
| flood | Yes | ||
| location | Yes | ||
| wildfire | Yes | ||
| landslide | Yes | ||
| debris_flow | Yes | ||
| liquefaction | Yes | ||
| dam_inundation | Yes |