Skip to main content
Glama

Simuler une revision de loyer (IRL)

simulate_irl

Compute the revised rent after annual indexation from two IRL index values (French rent revision, art. 17-1 loi 89-462); returns new rent, % change, monthly/annual increase. FR: revision de loyer / augmentation de loyer via l'IRL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
current_rentYesLoyer mensuel actuel, en euros
new_irl_valueYesValeur de l'IRL du nouveau trimestre
old_irl_valueYesValeur de l'IRL du trimestre de reference
effective_dateYesDate d'effet de la revision, format YYYY-MM-DD
new_irl_quarterYesNouveau trimestre IRL, ex : 'T2-2024'
old_irl_quarterYesTrimestre IRL de reference, ex : 'T2-2023'

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden. It states the operation ('Compute') and outputs ('returns new rent, % change, monthly/annual increase'), making clear this is a read-only calculation. The legal context adds useful behavioral framing, though edge cases or validation rules are not discussed.

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?

Description is two sentences, front-loaded with the main verb, and includes a helpful French translation snippet. Every word earns its place with no redundancy.

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?

The tool has 6 required params and no output schema, but the description sufficiently explains purpose and return values. However, it does not differentiate from the sibling simulate_irl_by_quarters, leaving potential ambiguity about which tool to invoke. Adding a note about direct value input vs quarter lookup would make it more 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?

Input schema covers all 6 parameters with detailed descriptions (100% coverage), so the baseline is 3. The description adds context that two IRL values are used but does not elaborate on formats or relationships beyond the schema. No need for more given the schema richness.

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 clearly specifies the action ('Compute'), the resource ('revised rent after annual indexation'), and the input nature ('from two IRL index values'). It also cites the legal article (art. 17-1 loi 89-462) and distinguishes from sibling simulate_irl_by_quarters by emphasizing direct index values rather than quarter references.

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 usage when you have two IRL values to compute a revised rent, but it does not explicitly state when to use this tool versus alternatives like simulate_irl_by_quarters. No exclusions or alternative recommendations 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.

Resources