get_demand_summary
Get key electricity demand indicators for any date: real demand, forecast, maximum and minimum values.
Instructions
Get a summary of electricity demand for a specific date.
Convenience tool that fetches key demand indicators (real demand, forecast, max/min) for a given date.
Args: date: Date in YYYY-MM-DD format (default: 2025-10-08)
Returns: JSON string with demand summary.
Examples: Get today's demand summary: >>> await get_demand_summary("2025-10-11")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | 2025-10-08 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |