Skip to main content
Glama

Standardise or search Czech RÚIAN addresses (CZ only)

search_addresses
Read-onlyIdempotent

Search and standardize Czech addresses against the RÚIAN register. Provide free-text or structured input to retrieve normalized addresses with full geographic codes. Supports strict or partial matching to validate address existence in the Czech cadastre.

Instructions

Resolve a free-text or structured Czech address against the RÚIAN (Registr územní identifikace, adres a nemovitostí) register. Returns one or more normalised addresses with full geographic codes (kodAdresnihoMista, kodObce, kodOkresu, kodKraje, PSC). Powered by ARES's POST /standardizovane-adresy/vyhledat.

── Use cases ── • Normalise a messy address string before matching it against other data sources • Resolve an obec/street/house number to its canonical RÚIAN code • Validate whether an address exists in the Czech cadastre

── Standardisation mode ── • UPLNA_STANDARDIZACE (default): require full match (street + house number + locality) • VYHOVUJICI_ADRESY: accept partial matches (e.g. obec only)

At least one of (text, nazev_obce, kod_obce, kod_adresniho_mista) should be supplied. Response contains a stav_standardizace field reporting whether the match was UPLNA, CASTECNA_OBEC, or NEUSPESNA (no match).

Pricing: free. Other jurisdictions return 501.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jurisdictionYes'CZ' only.
textNoUnstructured address text (e.g. 'Národní 37/38, Nové Město, Praha 1').
nazev_obceNoMunicipality name (e.g. 'Praha', 'Brno').
kod_obceNoMunicipality code (RÚIAN).
nazev_casti_obceNoDistrict name within municipality.
kod_casti_obceNoDistrict code within municipality.
nazev_mestskeho_obvoduNoCity district name (Prague / statutory cities).
kod_mestskeho_obvoduNoCity district code.
nazev_uliceNoStreet / public space name.
kod_uliceNoStreet code (RÚIAN).
cislo_domovniNoHouse number (number before the slash).
cislo_orientacniNoOrientation number (number after the slash).
cislo_orientacni_pismenoNoOrientation number letter suffix (single char).
kod_adresniho_mistaNoAddress-place code (unique identifier in RÚIAN).
typ_standardizaceNoRequired match type. UPLNA = full strict match, VYHOVUJICI = partial matches allowed.UPLNA_STANDARDIZACE
limitNoPage size (1-100).
offsetNoPagination skip.
freshNoBypass cache.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
queried_atYesISO-8601 + Europe/London timezone stamp for when the registry was queried.
jurisdictionNo
queryNo
countNo
addressesNo
dataNo
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true. The description adds important behavioral context: it is powered by ARES's POST endpoint, returns a stav_standardizace field indicating match quality, and supports cache bypass via the fresh parameter. No contradictions with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a main paragraph, bullet-point use cases, and a standardisation mode section. It is concise but covers essential information. A slight improvement could be moving the 'Other jurisdictions return 501' note to the jurisdiction parameter description, but it's still clear.

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

Completeness5/5

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

Given the presence of an output schema (not shown), descriptions for all 18 parameters, and clear annotations, the description is complete enough. It explains the core functionality, supported modes, response quality indicator, and jurisdiction restriction. No apparent 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% (all 18 parameters have descriptions). The description adds value by grouping parameters into free-text vs. structured (obec/street/house number) and provides example values like 'Národní 37/38, Nové Město, Praha 1'. However, it does not add significant new meaning beyond the schema, so a baseline 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 resolves free-text or structured Czech addresses against the RÚIAN register and returns normalised addresses with geographic codes. It distinguishes itself from siblings by clearly being the only address-specific tool among many company/document search tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly lists three use cases: normalising addresses, resolving to canonical codes, and validating existence. It explains the two standardisation modes and when to use each. It also mentions pricing (free) and jurisdiction restrictions ('CZ only', other jurisdictions return 501). This provides clear guidance on when and how to use the tool.

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/sophymarine/openregistry'

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