Multi-hazard risk snapshot for a place
assess_area_riskAssess multi-hazard risk for a Philippine location by combining earthquake, volcanic, typhoon, and weather data from PHIVOLCS and PAGASA. Returns risk levels and data source status.
Instructions
Multi-hazard risk assessment combining PHIVOLCS + PAGASA.
Makes parallel upstream calls to PHIVOLCS (earthquakes, volcano alert levels) and PAGASA (active typhoons, weather alerts). Expect 3-6 second response time. earthquake_risk_level is a heuristic reading of recent seismic activity, never an official PHIVOLCS hazard assessment. Examples:
assess_area_risk("Manila") assess_area_risk("Batangas")
On failure: this tool never raises. A failed PHIVOLCS or PAGASA sub-call shows up as a caveats entry naming the source, and the other sources still report. data_status is "success" when every sub-call succeeded, "indeterminate" when some failed, and "unavailable" when all failed; upstream_error is true for the last two.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| location | Yes | Municipality, city, or province name. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||