Skip to main content
Glama
trondbjoroy

norway-location-transport-mcp

by trondbjoroy

Find place names near a coordinate

find_place_names_near

Find official Norwegian place names near a coordinate, with each result showing feature type and distance.

Instructions

Find the nearest official named features to a coordinate (Kartverket). Each result includes its feature type and distance from the point.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latitudeYesLatitude in decimal degrees (WGS84). Norway spans about 57–72°N.
radius_mNoSearch radius in metres
longitudeYesLongitude in decimal degrees (WGS84). Norway spans about 4–31°E.
max_resultsNoMaximum number of features to return

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses the output format (feature type and distance) and names the data source, but omits important behavioral caveats such as the Norway-only coordinate range (only present in schema), handling of no results, or any rate limits. This is adequate but not thorough.

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 a single, front-loaded sentence that clearly states the core purpose and output. There is zero waste; every word contributes value, and the key information is presented at the beginning.

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 straightforward lookup tool with complete schema coverage and no output schema, the description provides essential output details (feature type, distance) and the data source (Kartverket). It lacks mention of edge cases like empty results or pagination, but these are minor given the tool's simplicity and annotated schema.

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 with descriptive details for all four parameters (latitude/longitude ranges, radius_m and max_results defaults and limits). The description adds no extra meaning beyond what the schema already states, so it meets the baseline without surpassing it.

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 ('find') and a clear resource ('nearest official named features to a coordinate') with a source (Kartverket) and output details (feature type and distance). This differentiates it from siblings like find_addresses_near and find_stops_near, despite not naming them.

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 implies usage when a coordinate is known and official place names are needed, but it does not explicitly mention alternatives or when not to use this tool. Sibling tools such as search_place_names or find_addresses_near are not referenced, leaving routing to the agent implicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/trondbjoroy/norway-location-transport-mcp'

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