Skip to main content
Glama
ESJavadex

REE MCP Server

by ESJavadex

get_grid_stability

Assess grid stability risk by comparing synchronous generation (provides inertia) with variable renewables (no inertia) at a specified date and hour.

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

TableJSON Schema
NameRequiredDescriptionDefault
dateYes
hourNo12

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full burden. It does not disclose any behavioral traits beyond input formats (date/hour) and return type (JSON string). Missing details like rate limits, permission requirements, or what exactly the JSON contains (e.g., keys like 'inertia_level', 'risk_score').

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is front-loaded with a one-line purpose, followed by structured Args/Returns/Examples. Concise and well-organized, though the docstring format adds some verbosity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description explains the concept and provides examples, but lacks details about the output fields (e.g., what 'stability metrics' are included). With an output schema available, the burden is reduced, but the description could still summarize the return structure for completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, but the description compensates fully: specifies date format YYYY-MM-DD, hour format HH with default '12' and range 00-23, and provides examples. This adds significant clarity beyond the bare schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves grid stability metrics at a specific time, analyzing synchronous generation vs variable renewables. It distinguishes itself from sibling tools like analyze_demand_volatility or get_carbon_intensity by focusing on grid inertia and stability.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use (specific time queries) via examples and context, but does not explicitly contrast with alternatives or specify conditions to avoid. It provides clear usage via Args and Examples.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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