Skip to main content
Glama

lookup_by_cadastral

Retrieve public cadastral data for a Russian property using its cadastral number. Get area, year built, cadastral value, permitted use, and address.

Instructions

Get the public characteristics of a Russian cadastral object by cadastral number (formatted XX:XX:XXXXXXX:XXXX, for example 77:01:0001066:1234). Returns area, year built, cadastral cost, permitted use and address. Open data only — no owner PII.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cadastral_numberYes
include_geometryNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceNo'nspd' (primary) | 'pkk_fallback' | 'cache'.nspd
addressNo
in_egrnNoWhether the object is present in ЕГРН at all.
area_sqmNo
fetched_atNo
year_builtNo
object_typeNounknown
floor_numberNo
floors_totalNo
permitted_useNoFree-text ВРИ (вид разрешённого использования).
wall_materialNo
cadastral_numberYesКанонический КН XX:XX:XXXXXXX:XXXX.
geometry_geojsonNoGeoJSON polygon if include_geometry=true was requested.
last_update_dateNo
object_type_codeNoRaw type code from the upstream (e.g. 'ROOM', 'BUILDING').
registration_dateNo
address_normalizedNo
cadastral_cost_rubNo
permitted_use_codeNo
cadastral_cost_dateNo
construction_seriesNo
encumbrances_presentNoWhether public sources hint at encumbrances (зарегистрированные ограничения). Open data rarely exposes this — treated as a soft signal.
Behavior3/5

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

No annotations provided, so the description carries full burden. It discloses that only open data is returned (no owner PII), which is a behavioral trait. However, it does not mention rate limits, authorization requirements, or what happens with invalid numbers, leaving gaps.

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?

Three sentences, front-loaded with purpose, no redundant or extraneous content. Every sentence adds value: what it does, input format, output fields, data limitations.

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?

For a simple data lookup with 2 parameters and an output schema (not shown), the description covers the main purpose, input format, output types, and data scope. Missing details on the include_geometry parameter and potential error states, but overall adequate for basic understanding.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It provides format guidance for the required cadastral_number parameter (example and pattern) but does not explain the optional boolean parameter include_geometry. The listed return fields are helpful but not directly linked to the parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves public characteristics by cadastral number, including a format example. However, it does not explicitly differentiate from sibling tools like get_cadastral_value, lookup_by_address, or lookup_by_coords which use different input methods.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives. The description implies usage when you have a cadastral number but does not mention that other input methods are covered by sibling tools, nor does it provide exclusions or prerequisites.

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/atomno-mcp/mcp-rosreestr'

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