nasa_firms_search_fires
Search NASA FIRMS satellite active-fire/hotspot detections inside a bounded latitude/longitude box. Uses LiveDataLink's D1 mirror by default when configured, or the NASA Area API when live mode is requested. Results include acquisition time, satellite/sensor, confidence, fire radiative power, brightness, and day/night flag. Supports limit/offset pagination. A hotspot is a satellite thermal anomaly, not confirmation of a wildfire; verify consequential decisions with incident authorities and NASA FIRMS. The interactive bounding box is limited to 60 degrees wide by 30 degrees high; split larger regions into multiple calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| east | Yes | Eastern longitude; must be greater than west. | |
| west | Yes | Western longitude of the bounding box. | |
| limit | No | Maximum detections returned. Default 25. | |
| north | Yes | Northern latitude; must be greater than south. | |
| south | Yes | Southern latitude of the bounding box. | |
| offset | No | Rows to skip for pagination. Default 0. | |
| source | No | NASA FIRMS sensor product. Default VIIRS_NOAA20_NRT. | |
| data_mode | No | auto uses the D1 mirror when configured; hosted requires D1; live requires NASA_FIRMS_MAP_KEY. Default auto. | |
| day_range | No | Number of days from start_date, or most recent days when omitted. Default 1. | |
| start_date | No | Optional first UTC date in YYYY-MM-DD form. | |
| response_format | No | Human-readable markdown or machine-readable JSON. Default markdown. |