Skip to main content
Glama

chathome.lu — Luxembourg Real Estate

Get Market Context

get_market_context
Read-onlyIdempotent

Get real estate market data and liveability scores for a commune — prices, trends, schools, transport.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
localeNoResponse locale: en, fr, de, lu (Luxembourgish), pt (default: en; 'lb' is a deprecated alias for 'lu')
communeYesLuxembourg commune slug or name (e.g. 'luxembourg', 'esch-sur-alzette', 'kirchberg')

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
trustYes
communeYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is well covered. The description adds useful context about the types of data returned but does not disclose additional behavioral traits such as rate limits, authentication, or output limitations.

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, information-dense sentence with no filler. The core action and scope are front-loaded, and the listed data categories add value without redundancy.

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?

For a simple read-only tool with full schema coverage, a detailed output schema, and safety annotations, the description is complete enough. An agent can correctly understand what the tool returns and how it behaves without additional clarification.

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 both 'commune' and 'locale' are already well documented. The description reinforces that the tool operates on a commune, but it adds no additional parameter-level meaning 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 uses a specific verb ('Get') with a clear resource ('real estate market data and liveability scores for a commune') and lists concrete data categories ('prices, trends, schools, transport'). This distinguishes it from narrower siblings like get_price_estimate or get_commute_times, which focus on single dimensions.

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?

The description clearly implies the tool is for commune-level market overview rather than property-specific or narrow tasks. However, it does not explicitly state when not to use it or name alternative tools, leaving some selection inference to the agent.

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