Skip to main content
Glama

get_grid_proximity

Locate the nearest grid substations and high-voltage lines around a given point. Retrieve distance, voltage, and operator information for grid connection assessments.

Instructions

Nearest grid infrastructure (substations, HV lines) within a radius. Distance, voltage, operator. Uses OSM Overpass. No API key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latYesLatitude (-90 to 90). WGS84.
lonYesLongitude (-180 to 180). WGS84.
radius_kmNoSearch radius in km (default 5, max 25).
voltage_min_kvNoMinimum voltage in kV to include (default 33).
Behavior3/5

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

With no annotations, the description carries the transparency burden. It adds useful behavioral facts: data source (OSM Overpass) and no API key required, plus hints at output fields (distance, voltage, operator). But it omits whether the result is a single nearest item or a list, and gives no information about rate limits or error behavior.

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 two sentences with no filler. It front-loads the purpose and then adds source and authentication context. Every phrase earns its place, making it highly efficient.

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

Completeness3/5

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

Given 4 parameters, no annotations, and no output schema, the description is somewhat thin on result shape and edge cases. It explains the source and key requirement but leaves 'nearest' ambiguous (singular vs. list) and does not describe the return format. However, parameter coverage is strong, so it is not severely incomplete.

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%, so the baseline is 3. The description does not add parameter-specific semantics beyond the schema; the mention of 'distance, voltage, operator' appears to describe output features rather than parameter usage. The schema already documents latitude, longitude, radius, and voltage minimum adequately.

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 verb ('get') and resource ('nearest grid infrastructure' including substations and HV lines within a radius). The 'nearest' and 'within a radius' qualifiers distinguish it from broader grid tools like get_transmission_lines, giving it a clear, scoped purpose.

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 usage context is implied: use this when you need grid infrastructure near a point. However, there is no explicit guidance on when to prefer this over siblings such as get_grid_connection_queue or get_transmission_lines, nor any exclusions or alternatives mentioned.

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