Skip to main content
Glama

Search Norwegian place names

search_place_names

Search official Norwegian place names (Kartverket Sentralt stedsnavnregister). Returns each name's feature type (e.g. Fjell, Innsjø, By), municipality, county, and coordinates. Supports the * wildcard and corrects small spelling errors.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesPlace name to search for, e.g. 'Galdhøpiggen'. Supports the * wildcard.
max_resultsNoMaximum number of matches to return

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral burden. It clearly discloses useful search behaviors: wildcard support, spelling-error correction, and the return fields (feature type, municipality, county, coordinates). It is transparent for a read-only-style search tool, though it does not mention 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 three focused sentences with no filler. It front-loads the core purpose, then adds return-value detail and search behaviors that are not obvious from the schema. Every sentence contributes useful information.

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 simple two-parameter search tool with no output schema, the description is nearly complete: it explains what is searched, what is returned, and key query behaviors. It could be slightly richer by clarifying coordinate format or pagination behavior, but those are minor gaps.

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 schema already documents both parameters well. The description adds behavioral meaning for 'query' (wildcard and spelling correction), but it does not need to add more for 'max_results' because that is fully covered in the schema.

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 a specific verb ('Search') and a specific resource ('official Norwegian place names (Kartverket Sentralt stedsnavnregister)'). It also lists what is returned, which distinguishes it from nearby siblings like search_address and lookup_admin_unit.

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 this is the right tool when searching by place name rather than by address, proximity, or administrative unit. However, it does not explicitly state when not to use it or name alternatives such as find_place_names_near or search_address.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.