Skip to main content
Glama

REE MCP Server

by ESJavadex

get_grid_stability

Analyze grid stability by comparing synchronous generation inertia with variable renewables to assess stability risks for specific dates and times.

Instructions

Get grid stability metrics at a specific time.

Analyzes synchronous generation (provides inertia) vs variable renewables (no inertia) to assess grid stability risk.

Args: date: Date in YYYY-MM-DD format hour: Hour in HH format (00-23, default: 12)

Returns: JSON string with grid stability analysis.

Examples: Get grid stability at noon: >>> await get_grid_stability("2025-10-08", "12")

Check overnight stability: >>> await get_grid_stability("2025-10-08", "02")

Input Schema

NameRequiredDescriptionDefault
dateYes
hourNo12

Input Schema (JSON Schema)

{ "properties": { "date": { "type": "string" }, "hour": { "default": "12", "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