get-weather-forecast
Retrieve a 10-day weather forecast for any location on Earth. Provide longitude and latitude coordinates to get forecast data from SMHI.
Instructions
Get weather forecast for a specific location from SMHI. Returns forecast data for approximately 10 days ahead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Forecast category (default: pmp3g for point forecast) | pmp3g |
| latitude | Yes | Latitude coordinate (-90 to 90) | |
| longitude | Yes | Longitude coordinate (-180 to 180) |