Skip to main content
Glama

Electricity Maps

Electricitymaps Power Breakdown

electricitymaps_power_breakdown
Read-onlyIdempotent

Power generation mix for a zone — the latest breakdown of electricity by source (nuclear, wind, solar, hydro, coal, gas, ...) plus fossil-free and renewable percentages. Pass a zone code (e.g. "US-CAL-CISO", "DE", "FR", "GB") or lat+lon. Example: electricitymaps_power_breakdown({ zone: "FR", _apiKey: "your-key" })

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latNoLatitude (use with lon instead of zone)
lonNoLongitude (use with lat instead of zone)
zoneNoGrid zone code, e.g. "US-CAL-CISO" (California ISO), "DE" (Germany), "FR" (France), "GB" (Great Britain). Alternatively pass lat + lon.
_apiKeyYesElectricity Maps API key (free trial / developer tier at electricitymaps.com)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the agent knows this is a safe query. The description adds the exact fields returned (source breakdown, percentages) which is useful context, but doesn't go beyond annotations to discuss rate limits, caching, or response format. Since annotations cover safety, a 3 is appropriate—the description adds some value but not rich behavioral context.

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 a single, information-dense sentence plus an example call. The primary purpose is front-loaded, and every element earns its place—no fluff or repetition of schema details. The example reinforces the input pattern efficiently.

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

Completeness5/5

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

There is no output schema, so the description must explain the return content, which it does (sources listed, percentages). It also fully covers input requirements (zone/lat+lon, API key). For a read-only, idempotent tool with annotations, nothing essential is missing.

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 100% (all four parameters have descriptions). The description reinforces key semantics: it explains the zone vs lat/lon alternation, gives example codes, and emphasizes that _apiKey is required. This adds value beyond the schema by clarifying the relationship between parameters and typical usage patterns.

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 states a specific action (get power generation mix) with a clear resource (a zone or lat/lon) and enumerates the output fields (breakdown by source plus fossil-free and renewable percentages). This clearly distinguishes it from sibling tools like carbon_intensity or carbon_forecast, which focus on different metrics.

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 explicitly says to pass a zone code or lat+lon and gives concrete examples (FR, US-CAL-CISO). It implies when to use it (when you need power mix rather than carbon metrics), but does not explicitly name alternatives or state when NOT to use it. This is clear enough for an agent, but could be slightly stronger with explicit routing to sibling tools.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.