Skip to main content
Glama

Loyer de reference (encadrement) d'un quartier

get_reference_rent

Return the reference rent (EUR/m2), its upper/lower bounds and data freshness for a rent-controlled quarter, by room count, construction period and furnishing. The 'quarter' is a geographic rent-control zone (e.g. 'Halles'). FR: loyer de reference de l'encadrement des loyers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearYesAnnee de reference, ex : '2024'
quarterYesNom du quartier / zone d'encadrement, ex : 'Halles'
room_countYesNombre de pieces principales (1-20)
is_furnishedYesLe logement est-il meuble ?
construction_periodYesPeriode de construction, ex : 'avant 1946', '1946-1970', '1971-1990', 'apres 1990'

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It mentions the return values (reference rent, bounds, data freshness) and clarifies the quarterly zone concept, but it does not explain behavior for edge cases (e.g., non-rent-controlled quarters, missing data) or any side effects (likely none as a read operation). This is adequate but not rich.

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 two concise sentences. The first sentence packs the core action and output, the second disambiguates a key term. No filler or repetition; every word earns its place.

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?

For a read-only lookup tool, the description sufficiently covers the return values (reference rent, bounds, freshness) and all parameters are documented in the schema. It lacks an explicit tie to the rent-control workflow (e.g., after verifying eligibility with check_rent_control), but the information provided is adequate for correct invocation. The absence of an output schema is compensated by naming the outputs directly.

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%, with each parameter already having a description. The tool description adds little beyond restating the dimensions ('by room count, construction period and furnishing') and elaborating on 'quarter'. Since the schema handles parameter meaning, the description provides marginal extra value, warranting the baseline score of 3.

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 starts with a specific verb ('Return') and clearly states the resource ('reference rent (EUR/m2), its upper/lower bounds and data freshness') for a rent-controlled quarter. It also clarifies the ambiguous term 'quarter' as a geographic rent-control zone with an example ('Halles'), effectively distinguishing from siblings like check_rent_control.

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 description implies use when you need reference rent values for a rent-controlled quarter and specifies the dimensions (room count, construction period, furnishing), but it does not explicitly say when to use this tool versus alternatives like check_rent_control or simulate_irl. No exclusions or alternative tool references are provided.

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

A3.9/5.0
Disambiguation4/5

Most tools are clearly distinct document generators or calculators, but check_rent_control and get_reference_rent both deal with rent control and could be confused, as could simulate_irl and simulate_irl_by_quarters. Descriptions mostly clarify boundaries, so only minor ambiguity exists.

Naming Consistency5/5

All tools follow a consistent verb_noun snake_case pattern (e.g., generate_quittance, check_address_risks, simulate_irl). The verbs vary by action but the structure is uniform and predictable across the entire set.

Tool Count4/5

With 21 tools covering a broad but focused domain of French rental law, the count is slightly above the ideal 3-15 range but each tool serves a distinct legal or calculation purpose. The scope is large but justified for a comprehensive rental toolkit.

Completeness5/5

The toolset covers the full lifecycle of a French residential lease: creation, amendments, termination, deposits, guarantors, inventories, rent receipts, unpaid rent, rent control, and rent revision. There are no obvious missing operations for the stated purpose.