Skip to main content
Glama

REE MCP Server

by ESJavadex

get_peak_analysis

Analyze daily maximum and minimum electricity demand patterns and calculate load factors for specified date ranges to identify peak usage trends.

Instructions

Get peak demand analysis over a period.

Analyzes daily maximum and minimum demand to identify patterns and calculate load factors.

Args: start_date: Start date in YYYY-MM-DD format end_date: End date in YYYY-MM-DD format

Returns: JSON string with peak demand analysis.

Examples: Get peak analysis for a week: >>> await get_peak_analysis("2025-10-01", "2025-10-07")

Get peak analysis for a month: >>> await get_peak_analysis("2025-10-01", "2025-10-31")

Input Schema

NameRequiredDescriptionDefault
end_dateYes
start_dateYes

Input Schema (JSON Schema)

{ "properties": { "end_date": { "type": "string" }, "start_date": { "type": "string" } }, "required": [ "start_date", "end_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