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)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
keyword | Yes | ||
limit | No |