Skip to main content
Glama

UK Energy Data (tariffs, price cap, EV charging)

Compare the cost of one public charging session across networks

compare_ev_charging_cost

Use this when a user wants to know what a specific public charge would cost, e.g. "adding 40 kWh at a rapid charger", or which network is cheapest for a given session. Give the energy in kWh and the charger power band; optionally restrict to a pricing basis. Returns a cost table sorted cheapest first, with pence per kWh, connection fee, subscription fee, idle fee, and the session cost in GBP for each network and plan, each with source_url and verified_at.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kwhYesEnergy to add in kWh, e.g. 40.
basisNoRestrict to one pricing basis; omit to compare all.
power_bandYesCharger power band.
include_unverifiedNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full behavioral burden. It does disclose the return shape: a cost table sorted cheapest first with fields like pence per kWh, connection fee, subscription fee, and source_url. However, it does not mention side effects, data limitations, or how unverified data is handled, leaving some behavioral ambiguity.

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 compact and front-loaded with the usage trigger, followed by required inputs and the output shape. Every sentence contributes useful information, and there is no filler or repetition.

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 absence of an output schema, the description does well by listing the returned fields, sort order, and source metadata. The main gap is the unexplained include_unverified boolean parameter, which could affect result interpretation, but the overall description is sufficient for correct tool selection and basic invocation.

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

Parameters3/5

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

The schema already covers 75% of the parameters with descriptions, and the tool description adds usable context by explaining that energy, power band, and optional pricing basis are what the caller supplies. The description does not add meaningful detail beyond the schema, and the include_unverified parameter is undocumented in both schema and description, so it cannot fully compensate for that gap.

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 a specific verb and resource: compare the cost of one public charging session across networks. It gives an explicit use case and examples ('adding 40 kWh at a rapid charger'), and it distinguishes itself by focusing on per-session cost comparison and cheapest-network ranking rather than general price listings.

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 says exactly when to use this tool ('when a user wants to know what a specific public charge would cost' or which network is cheapest) and explains the required inputs ('Give the energy in kWh and the charger power band'). It provides clear contextual guidance but does not explicitly name sibling alternatives 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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.3/5.0
Disambiguation5/5

Each tool maps to a distinct resource: Ofgem price cap, general domestic tariffs, EV-specific home tariffs, public charging prices, a charging-session cost comparison, and dataset freshness. The descriptions actively cross-reference the two pairs that could seem similar, so an agent should not misselect.

Naming Consistency5/5

All tool names follow a clear lower_snake_case verb_noun pattern, mostly get_<domain> with compare_ev_charging_cost as a purposeful exception for a distinct comparison action. There is no mixed casing or inconsistent verb style.

Tool Count5/5

Six tools is a well-scoped size for a UK energy data server. Each tool covers a meaningful slice of the domain and none are redundant or trivial.

Completeness5/5

The set covers the advertised domain end-to-end: Ofgem price cap, domestic energy tariffs, EV home tariffs, public charging prices, specific charging-session cost comparison, and data-freshness metadata. A user can obtain rates, calculate a session cost, and verify data currency without dead ends.