get_daily_summary
Retrieve a multi-day weather summary with high/low temperatures, dominant conditions, precipitation, and max wind speed. Plan ahead with a concise daily outlook for northern Europe.
Instructions
Get a daily weather summary for the next 1-10 days (default 7): high/low temperature, dominant weather condition, precipitation total, and max wind speed per day. Use this for a multi-day outlook at a glance; use get_hourly_forecast or get_forecast when you need hour-level detail instead. Temperature in °C, wind speed in m/s, precipitation in 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 |
|---|---|---|---|
| days | No | Number of days to summarize (1-10, default 7) | |
| latitude | Yes | Latitude of the location (-90 to 90) | |
| longitude | Yes | Longitude of the location (-180 to 180) |