Skip to main content
Glama

GUTHMANN® Berlin Real Estate

Field Metadata

field_metadata
Read-onlyIdempotent

Returns field definitions for interpreting API responses.

Use this to understand fields, units, data types, and sources.

Parameters:

  • domain (optional): specific domain for detailed field information

  • locale: "de" (default) | "en"

Available domains:

  • berlin: geographic reference data — Boroughs (Bezirke), Districts (Ortsteile), Neighborhoods (LOR Planungsräume)

  • immobilienmarkt.berlin.wohnungen: Berlin apartment market

  • immobilienmarkt.berlin.mehrfamilienhaeuser: Berlin apartment buildings

  • makrooekonomie.kapitalmarkt: mortgage lending rates, Bund yields

  • makrooekonomie.geldpolitik: ECB policy rates

  • makrooekonomie.arbeitsmarkt: unemployment, employment

Without a domain parameter: returns an overview of all available domains.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainNoDomain für Feld-Metadaten. Weglassen für Übersicht aller Domains.
localeNoSprache für Labels und Beschreibungen (Standard: de)de

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is covered. The description adds meaningful behavioral context by explaining that omitting the domain parameter returns an overview of all available domains and that locale controls language for labels/descriptions. This goes beyond what the annotations alone provide.

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 and front-loaded: purpose first, then usage guidance, then parameters and domains, then the no-domain behavior. The domain list is somewhat long, and it partially duplicates the schema enum while being incomplete, but the structure is clear and each section earns its place for an agent needing orientation.

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 metadata tool with no output schema and only two optional parameters, the description gives a reasonable high-level explanation of return content, including fields, units, data types, and sources. However, it does not describe the shape or format of the returned field definitions, and the incomplete domain list creates a notable gap: an agent cannot learn from the description that socio-demographic and some macroeconomic domains are also supported.

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 baseline is 3. The description adds value by translating the domain enum into human-readable meanings (e.g., immobilienmarkt.berlin.wohnungen = Berlin apartment market), but the 'Available domains' list is incomplete compared to the schema enum: it omits all soziodemografie domains and makrooekonomie.preise/wirtschaft. This can mislead an agent into thinking those domains are not valid, so the description does not fully compensate for or improve on 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 clear, specific purpose: it returns field definitions for interpreting API responses, including fields, units, data types, and sources. This clearly separates it from sibling data-retrieval tools such as listings, berlin_boroughs, or macro_* tools, which return actual data rather than metadata.

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

Usage Guidelines4/5

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

It explicitly says to use this when you need to understand fields, units, data types, and sources, providing clear context for when it is appropriate. It does not explicitly name alternatives or state when not to use it, but the purpose is distinct enough from the sibling tools that an agent can infer the right situation.

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.

TDQS

B3.4/5.0
Disambiguation5/5

Each tool targets a distinct resource/action: lists, details, search, and market/macro/socio datasets are clearly separated by prefixes and German domain terms. Even potentially similar tools like immo_berlin_wohnungen and immo_de_wohnimmobilien are disambiguated by Berlin vs national scope.

Naming Consistency5/5

Tool names follow a consistent snake_case pattern: plural nouns for list tools, singular_details for detail tools, and domain prefixes like berlin_, immo_, makro_, and sozio_. German naming is uniformly applied, making the set predictable once the pattern is recognized.

Tool Count2/5

With 34 tools, the set is larger than an agent can comfortably scan and evaluate in a single decision context. Although the tools are organized into clear domains and each serves a real purpose, the volume is beyond the 'well-scoped' threshold and starts to impose meaningful selection overhead.

Completeness3/5

The set covers geography, real estate markets, macroeconomics, and socio-demographic data extensively, but there is a notable gap: rbs='stadtteil' is used across multiple tools yet no dedicated stadtteil-list or stadtteil-details endpoint exists. Agents cannot easily resolve stadtteil_id values, which creates a dead end for that aggregation level.