Skip to main content
Glama

chathome.lu — Luxembourg Real Estate

Get Town Agencies

get_town_agencies
Read-onlyIdempotent

Get every estate agency with active listings in a supported Luxembourg town, including current buy/rent stock and asking-price ranges.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
localeNoResponse locale: en, fr, de, lu (Luxembourgish), pt (default: en; 'lb' is a deprecated alias for 'lu')
communeYesOne of the supported Luxembourg town names or slugs, e.g. 'Mersch' or 'esch-sur-alzette'

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
trustYes
sourceYes
communeYes
pageUrlYes
agenciesYes
localityIdYes
measuredAtYes
agencyCountYes
buyListingsYes
communeSlugYes
rentListingsYes
activeListingsYes
unclassifiedListingsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

The annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds the active-listings filter and mentions that output includes buy/rent stock and asking-price ranges, but it does not disclose potential edge cases such as unsupported communes or result-volume behavior.

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 one clear sentence that front-loads the action and resource, then adds the key qualifiers ('active listings', 'supported Luxembourg town', 'buy/rent stock and asking-price ranges'). Every part earns its place with no filler.

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?

The tool is simple, has full schema coverage, annotations, and an output schema, so the description does not need to explain return values or safety. It covers the resource, scope, and output focus; it only lacks explicit sibling routing or error-behavior guidance, which would make it fully 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?

Schema description coverage is 100%, so the schema already documents both parameters, including the locale enum and commune name/slug format. The description's mention of a 'supported Luxembourg town' adds little beyond the schema, so the 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 uses a specific verb ('Get') and names the precise resource: estate agencies with active listings in a supported Luxembourg town. It distinguishes itself from sibling tools by focusing on agencies rather than individual listings, market estimates, or inquiries.

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 intended use case is implied clearly: call this when you need agency-level stock and price-range information for a town. However, it does not explicitly state when not to use it, nor does it mention alternatives such as search_for_sale or search_rentals.

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.

Resources