Skip to main content
Glama

REE MCP Server

by ESJavadex

search_indicators

Find Spanish electricity grid indicators by keyword to access demand, generation, pricing, and emissions data from Red Eléctrica de España.

Instructions

Search for indicators by keyword in their names.

Searches through all available indicators and returns those matching the keyword in their name or short name.

Args: keyword: Keyword to search for (e.g., "demanda", "precio", "solar") limit: Maximum number of results (default: 20)

Returns: JSON string with matching indicator metadata.

Examples: Find all demand-related indicators: >>> await search_indicators("demanda", limit=10)

Find price indicators: >>> await search_indicators("precio") Find solar generation indicators: >>> await search_indicators("solar")

Input Schema

NameRequiredDescriptionDefault
keywordYes
limitNo

Input Schema (JSON Schema)

{ "properties": { "keyword": { "type": "string" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 20 } }, "required": [ "keyword" ], "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