Skip to main content
Glama
trondbjoroy

norway-location-transport-mcp

by trondbjoroy

Validate and normalize an address

validate_address

Check if a free-text Norwegian address exists in the official register, correct minor spelling errors, and get its normalized form with coordinates.

Instructions

Check whether a free-text address exists in the official register and return its normalized form with coordinates. Uses fuzzy matching, so it also corrects small spelling errors. Returns valid, the best normalized match, and alternatives.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesAddress to validate, e.g. 'karl johans gt 1 oslo'

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior4/5

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

No annotations are present, so the description carries the full burden of behavioral disclosure. It transparently states that fuzzy matching is used to correct small errors, and it lists the returned components (valid, best normalized match, alternatives). It does not mention potential side effects or edge cases (e.g., if no match is found), but the core behavior is clearly communicated.

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 concise sentences with no fluff. The primary purpose is front-loaded, followed by the fuzzy-matching behavior and a concise summary of return values. Every sentence earns its place.

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?

Given a single parameter and no output schema, the description provides sufficient context: it explains what the tool does, the fuzzy matching behavior, and the structure of the response. It could optionally mention error handling or the exact format of the normalized address, but it is complete enough for an agent to invoke it correctly.

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?

With only one parameter and 100% schema description coverage, the schema already fully documents the 'address' parameter. The tool description adds no additional parameter semantics beyond what the schema provides, so a baseline score of 3 is appropriate.

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 purpose: validating and normalizing a free-text address against an official register, with a returned normalized form and coordinates. It differentiates from sibling search tools by emphasizing validation and normalization rather than general search.

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 you have an address that may contain spelling errors and need to check its validity against an official register. It does not explicitly contrast with sibling tools like search_address, find_addresses_near, or find_place_names_near, leaving the agent to infer the appropriate context.

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