get_weather
Get current wind speed (m/s), solar radiation (W/m²), and temperature (°C) for any supported zone. Useful for understanding why electricity prices are high or low (e.g. low wind = less renewable generation = higher prices), or for correlating weather with generation mix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone | Yes | Bidding zone code e.g. DE, GB, NO, CAISO. Use get_supported_zones for full list. | |
| forecast | No | If true, returns 48-hour forecast instead of current conditions. |