Skip to main content
Glama
AiAgentKarl

Energy Grid MCP Server

get_carbon_intensity_forecast

Forecast UK electricity carbon intensity up to 48 hours ahead to schedule energy-intensive tasks during low-emission periods.

Instructions

CO2-Intensitäts-Prognose für das UK-Stromnetz (bis 48h voraus).

Args: hours_ahead: Stunden in die Zukunft (max. 48). Standard: 24.

Returns: Liste mit stündlichen CO2-Prognosen — ideal um energieintensive Tasks in grüne Zeitfenster zu planen.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hours_aheadNo
Behavior2/5

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

No annotations are provided, so the description must cover behavioral traits. It only mentions the time horizon and return format, but lacks details on data freshness, update frequency, API limits, or potential rate limiting. This is a gap for a tool with no annotations.

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: a brief one-liner for purpose, followed by parameter details, return format, and a use case. Every sentence provides value without redundancy.

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 has one parameter, no output schema, and multiple siblings, the description covers the main functionality and usage. However, it could be more complete by explicitly distinguishing from get_uk_carbon_intensity and mentioning data source or update frequency.

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 coverage is 0%, so the description must compensate. It explains hours_ahead with default (24) and max (48), and describes the return value as a list of hourly forecasts. This adds meaning beyond the schema's minimal information.

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 provides a CO2 intensity forecast for the UK power grid up to 48 hours ahead. The verb 'get' and resource 'carbon intensity forecast' are specific, and it distinguishes from siblings like get_uk_carbon_intensity (likely current) and find_greenest_time_window (different purpose).

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 explains the parameter hours_ahead with default and max, and states the return format is a list of hourly forecasts. It gives a use case: planning energy-intensive tasks. However, it does not explicitly compare to sibling tools or state when not to use it.

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/AiAgentKarl/energy-grid-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server