Skip to main content
Glama

get_parcel

Retrieve cadastral parcel (matrikel) data for any Danish BFE number to access official property register details.

Instructions

Get cadastral parcels (matrikel) for a BFE number.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bfeYesBFE number

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It clearly indicates a read operation ('Get') and the object being retrieved, but it does not mention response shape, whether multiple parcels can be returned, or what happens when no parcels are found.

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 with no filler. It communicates the action, resource, and required input efficiently.

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 one-parameter lookup, the description covers the operation and input. However, it lacks any usage context or guidance relative to sibling tools, and it does not describe the expected result shape or edge cases, leaving it minimally complete.

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 input schema already documents the single 'bfe' parameter at 100% coverage. The description only restates that the tool works 'for a BFE number', adding no format details, examples, or validation constraints beyond 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 states a specific verb ('Get'), a specific resource ('cadastral parcels (matrikel)'), and the required input ('BFE number'). This clearly distinguishes it from sibling getters like get_buildings or get_valuation.

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 guidance is provided on when to use this tool versus alternatives such as resolve_property or get_buildings. There are no exclusions, prerequisites, or conditions indicating the appropriate context.

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