Skip to main content
Glama

get_distribution_headroom

Retrieve distribution headroom for GB DNOs. Enter location and operator to see nearby sites, estimated capacity, constraints, and reinforcement timing.

Instructions

Public DNO headroom lookup for SSEN, Northern Powergrid, UKPN (key), SP Energy Networks (key), and ENWL (key). All 5 GB DNOs with public data. Finds nearby published GSP/BSP/primary sites, estimated generation and demand headroom, constraints, and reinforcement timing. Not a connection offer or firm capacity right.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latYesLatitude (-90 to 90). WGS84.
lonYesLongitude (-180 to 180). WGS84.
limitNoMaximum number of nearby published sites to return (default 5, max 10).
operatorYesDistribution operator. Supported: "SSEN", "NPG", "UKPN", "SPEN", "ENWL".
radius_kmNoSearch radius in km (default 25, max 50).
Behavior4/5

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

With no annotations provided, the description discloses that this is a public lookup, finds specific data, and explicitly states what it is not ('Not a connection offer or firm capacity right'). It does not explicitly state whether it is read-only or mention rate limits, but the nature of the operation is clear.

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 four concise sentences, front-loaded with the primary verb and resource, and each sentence adds distinct value (scope, data types, limitations). No 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 absence of an output schema and annotations, the description adequately communicates the tool's purpose, the DNO scope, the output content (sites, headroom, constraints, reinforcement timing), and a key caveat. It could specify response format or that results are estimates, but overall it is complete enough for a lookup tool.

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 provides 100% coverage of parameters, so the description does not need to add much. It does reinforce the operator list and adds the 'key' qualifier for some DNOs, but the schema already explains lat/lon, limit, radius_km, and operator values.

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 uses specific verbs ('lookup', 'Finds') and identifies the exact resource (DNO headroom for five named GB operators). It distinguishes from siblings by specifying the data types (GSP/BSP/primary sites, generation and demand headroom, constraints, reinforcement timing) and adds a limitation disclaimer ('Not a connection offer').

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 states which operators are covered and that it uses public data, giving clear context for when this tool is relevant. It does not explicitly name alternative tools or exclusions (e.g., 'use get_grid_connection_queue for queue data'), so it lacks explicit when-not guidance.

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/kitfunso/luminus'

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