Skip to main content
Glama

REE MCP Server

by ESJavadex

get_generation_mix_timeline

Track electricity generation mix over time to analyze energy source patterns and visualize transition trends by hour or day intervals.

Instructions

Get generation mix over time for a full day or period.

Returns generation breakdown by source across multiple time points, useful for visualizing energy transition patterns.

Args: date: Date in YYYY-MM-DD format time_granularity: Time aggregation (hour or day, default: hour)

Returns: JSON string with generation mix timeline.

Examples: Get hourly generation mix for a day: >>> await get_generation_mix_timeline("2025-10-08", "hour")

Get daily generation mix for a month: >>> await get_generation_mix_timeline("2025-10-01", "day")

Input Schema

NameRequiredDescriptionDefault
dateYes
time_granularityNohour

Input Schema (JSON Schema)

{ "properties": { "date": { "type": "string" }, "time_granularity": { "default": "hour", "type": "string" } }, "required": [ "date" ], "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