Skip to main content
Glama

REE MCP Server

by ESJavadex

get_demand_summary

Retrieve electricity demand summary for specific dates including real demand, forecasts, and maximum/minimum values from Spain's grid operator data.

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

NameRequiredDescriptionDefault
dateNo2025-10-08

Input Schema (JSON Schema)

{ "properties": { "date": { "default": "2025-10-08", "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ESJavadex/ree-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server