NASA Wildfires
hazards__nasa-wildfiresRetrieve real-time wildfire hotspot data from NASA FIRMS satellite imagery to monitor active fire locations, track spread patterns, and support emergency response planning with quality-scored, auditable information.
Instructions
[Hazards & Disasters Agent] Get active fire/hotspot data from NASA FIRMS (Fire Information for Resource Management System) using VIIRS satellite imagery. Source: NASA FIRMS (Public Domain), updates real-time. Returns the Katzilla envelope { data, quality, citation } — quality scores freshness/uptime/confidence; citation carries the source URL, license, and a SHA-256 data hash for audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| west | No | Western longitude bound | |
| south | No | Southern latitude bound | |
| east | No | Eastern longitude bound | |
| north | No | Northern latitude bound | |
| days | No | Number of days of data (1-10) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Structured payload from the upstream source. | |
| text | No | Pre-rendered text representation, when applicable. | |
| quality | Yes | Quality scorecard: freshness, uptime, completeness, confidence, certainty. | |
| citation | Yes | Provenance block — source, license, retrieval timestamp, SHA-256 data hash, pre-formatted citation text. |