get_fire_risk
Determine wildfire and forest fire danger in northern Europe using the Canadian Fire Weather Index, returning a fire risk class (1-6) with detailed indices and weather data.
Instructions
Get a wildfire/forest fire risk forecast for a location, based on the Canadian Fire Weather Index (FWI) system as run by SMHI and calibrated for Swedish forest and grass fuels. Use this instead of the general forecast tools when the question is specifically about fire danger. Returns a fire risk class (1-6) plus the underlying FWI/ISI/BUI/FFMC/DMC/DC indices (unitless index values, not raw weather readings), grass fire risk class, and forest dryness class (daily period only). Also includes temperature (°C), wind speed (m/s), humidity (%), and multi-day precipitation sums (mm). Returns an error result (isError: true) if coordinates are out of range or the SMHI API is unreachable. Coverage: Sweden, Norway, Finland, Denmark, Estonia, and parts of Latvia/Lithuania.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Forecast granularity: "daily" for ~6 days ahead (afternoon fire risk), "hourly" for the next 48 hours | daily |
| latitude | Yes | Latitude of the location (-90 to 90) | |
| longitude | Yes | Longitude of the location (-180 to 180) |