Skip to main content
Glama
ESJavadex

REE MCP Server

by ESJavadex

get_generation_mix_timeline

Retrieve generation mix over time, showing hourly or daily breakdown by energy source for any date. Analyze energy transition patterns with time-series data from Spain's electrical grid.

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

TableJSON Schema
NameRequiredDescriptionDefault
dateYes
time_granularityNohour

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must fully disclose behavior. It states the return format (JSON string) and provides example outputs, but lacks details on error handling, performance, or data provenance. This is adequate but not thorough.

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

Conciseness5/5

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

The description is concise and well-structured, with no fluff. It front-loads the main purpose, then provides args, returns, and examples in a clear, easy-to-scan format.

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

Completeness4/5

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

Given the tool's simplicity (2 parameters) and the presence of an output schema, the description is largely complete. It covers the purpose, parameters, and usage examples. Minor omissions like date range limitations or error scenarios are acceptable.

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

Parameters4/5

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

Schema description coverage is 0%, so the description compensates by documenting both parameters with format and examples. It adds meaning beyond the bare schema, though it could explicitly list allowed values for time_granularity (e.g., 'hour' and 'day').

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 starts with 'Get generation mix over time for a full day or period', which is a specific verb-resource combination and immediately clarifies the scope. It distinguishes from siblings like get_generation_mix (likely static) and other time-series tools by emphasizing temporal granularity.

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 includes examples with specific date and granularity options, showing when to use the tool. However, it does not explicitly state alternatives or when not to use it, which would be helpful given many sibling tools.

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