Skip to main content
Glama

Verifier l'encadrement des loyers

check_rent_control

Check whether a proposed rent complies with French rent control for an address (returns reference rent, upper ceiling and verdict). Use for: max allowed rent, rent cap, is a city rent-controlled. FR: verifie un loyer face a l'encadrement des loyers (zone tendue).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesAdresse du logement, ex : '1 rue de Rivoli'
room_countYesNombre de pieces principales
postal_codeYesCode postal, ex : '75001'
is_furnishedYesLe logement est-il meuble ?
surface_areaYesSurface habitable en m2
proposed_rentYesLoyer mensuel hors charges propose, en euros
construction_periodYesPeriode de construction, ex : 'avant 1946', '1946-1970', '1971-1990', 'apres 1990'

TDQS

A3.9/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool returns reference rent, upper ceiling, and verdict, but it does not explicitly state whether the operation is read-only, what happens for non-rent-controlled areas, or any other behavioral traits like error handling or data sourcing.

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 concise (two sentences) and front-loaded with the core purpose. The French translation (FR:) adds redundancy by restating the same information, slightly reducing efficiency. Overall, it is well-structured and free of fluff.

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?

Given the tool's complexity (7 parameters, no output schema), the description provides useful context: what it does, what it returns (reference rent, upper ceiling, verdict), and when to use it. It does not explain edge cases (e.g., unsupported addresses) or that it specifically applies to 'zones tendues', though it hints via 'zone tendue' in the French sentence. Fairly complete for a well-defined check tool.

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 all parameters clearly. The description adds minimal parameter-level detail beyond mentioning 'proposed rent' and 'address', but these are already in the schema. Baseline 3 is appropriate since the description does not enhance parameter understanding 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?

Description clearly states the tool's function: 'Check whether a proposed rent complies with French rent control for an address' and lists outputs (reference rent, upper ceiling, verdict). It also specifies use cases (max allowed rent, rent cap, is city rent-controlled), effectively distinguishing it from related sibling tools like get_reference_rent.

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?

Provides explicit use cases ('Use for: max allowed rent, rent cap, is a city rent-controlled') that indicate when to select this tool. However, it does not explicitly mention alternative tools or scenarios where a different tool would be more appropriate, such as when only the reference rent is needed.

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.