Skip to main content
Glama

get_grid_connection_intelligence

Resolve the nearest grid supply point for a GB location and get connection context: TEC register, substations, SSEN headroom, and NGED queue/TD limits. Helps assess grid connection feasibility.

Instructions

GB grid connection intelligence: resolves the containing GSP region when NESO boundaries match, otherwise falls back to the nearest GSP, then adds TEC register context, nearby substations, SSEN distribution headroom where public SSEN data resolves, and NGED public queue and TD-limit context where that GSP is covered. Not a connection offer or capacity guarantee.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latYesLatitude (-90 to 90). WGS84.
lonYesLongitude (-180 to 180). WGS84.
countryYesOnly "GB" is supported.
radius_kmNoGSP search 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, the description carries the full burden of behavioral disclosure. It discloses key logic: NESO boundary matching, fallback to nearest GSP, and conditional addition of SSEN/NGED data. It also includes a critical disclaimer ('Not a connection offer or capacity guarantee'). It could mention return format or rate limits, but for a read-only aggregation tool, this is strong.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single dense sentence that front-loads the tool's purpose and efficiently packs multiple clauses about data sources and conditions. While it could benefit from bullet points, it contains no filler and earns its length.

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?

This is a complex aggregation tool with no output schema. The description explains the resolution logic, fallback behavior, data sources, and limitations, providing substantial context. It doesn't describe the return structure or possible empty results, but overall it covers key aspects adequately.

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 input schema has 100% coverage with descriptions for all four parameters. The description adds no extra parameter-level detail beyond the schema. Baseline 3 applies because the schema already handles parameter semantics.

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 what the tool does: it resolves a GSP region, falls back to the nearest GSP, and aggregates grid connection context (TEC register, substations, SSEN headroom, NGED queue). This is a specific verb+resource description that distinguishes it from sibling tools specializing in individual data sources.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description clearly implies usage for GB grid connection assessment with 'GB grid connection intelligence' and conditional data coverage. However, it doesn't explicitly state when to use this tool vs alternatives, nor does it provide exclusions or reference the sibling tools that offer more focused data.

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