Skip to main content
Glama

get_nged_connection_signal

Resolve a GB site to its NESO GSP and retrieve NGED's public per-GSP connection queue and TD-limit records to assess the local grid connection signal.

Instructions

NGED-only public connection signal. Resolves a GB site to its NESO GSP, then returns NGED's public per-GSP connection queue and TD-limit records where that GSP is covered. Not headroom, a connection offer, or a firm capacity right.

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).
queue_limitNoMaximum number of NGED queue rows to return (default 20, max 50).
Behavior4/5

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

With no annotations provided, the description carries the full burden and explains the two-step process: resolving the site to a GSP and returning records where covered. It also clarifies the interpretation of results ('Not headroom, a connection offer, or a firm capacity right'). It omits details like pagination, error cases, and response format, but the core behavior is transparent.

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 exactly two sentences. The first front-loads the purpose and process, the second provides a clear disclaimer. Every word earns its place, with no redundant or filler content.

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?

For a tool with 5 parameters, no output schema, and no annotations, the description covers purpose, scope, and caveats well. It conveys what the tool does and what it does not guarantee, but lacks explicit response structure or edge-case behavior (e.g., when GSP is not covered). Overall, it is sufficient for selection but not fully complete for 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?

Schema description coverage is 100% for the 5 parameters, so baseline is 3. The description adds little beyond the schema—it contextualizes lat/lon/country as a 'GB site' but does not explain parameters further or add syntax/format details.

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's function: it resolves a GB site to its NESO GSP and returns NGED's per-GSP connection queue and TD-limit records. It also distinguishes itself from related concepts by explicitly stating 'Not headroom, a connection offer, or a firm capacity right,' which helps differentiate it from sibling tools.

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 conveys when to use this tool by emphasizing 'NGED-only' and stating what it is not (headroom, connection offer, firm capacity right). However, it does not explicitly name sibling tools like get_distribution_headroom or get_grid_connection_queue, so it lacks explicit when-not-to-use alternatives.

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