Skip to main content
Glama

irl_revision_loyer

QUAND un bail arrive à sa date anniversaire et que le loyer peut être révisé. Révision annuelle d'un loyer d'habitation indexée sur l'IRL (art. 17-1 loi 89-462). Fournir le loyer actuel et les deux indices IRL (INSEE). Renvoie le nouveau loyer plafonné, la formule et les avertissements légaux.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
irl_nouveauYesDernier IRL publié (même trimestre, année suivante)
loyer_actuelYesLoyer mensuel hors charges (€)
irl_referenceYesIRL du trimestre de référence du bail
charges_actuellesNoProvisions de charges (optionnel)

TDQS

A4.3/5.0
Behavior3/5

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

With no annotations, the description bears full burden. It discloses inputs and outputs (new rent, formula, warnings) but does not explicitly state that it is a pure calculation with no side effects or authorization needs. Adequate but could be more explicit.

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 efficiently structured in three sentences: condition, core action, and what it returns. No extraneous words.

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?

The description fully covers the tool's functionality: it explains the condition, required inputs, and outputs (new rent, formula, legal warnings). No missing information for a calculation tool of this complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds context: 'Fournir le loyer actuel et les deux indices IRL (INSEE)' clarifies the role of each parameter beyond the schema descriptions. It also mentions the optional charges parameter.

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 explicitly states the tool's purpose: 'Révision annuelle d'un loyer d'habitation indexée sur l'IRL'. It specifies the triggering condition, inputs, and outputs, clearly distinguishing it from siblings like 'avenant_revision_irl'.

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 sets clear usage context: 'QUAND un bail arrive à sa date anniversaire et que le loyer peut être révisé.' It does not explicitly exclude other scenarios or mention alternative tools, but the context is well-defined.

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

B3.2/5.0
Disambiguation4/5

Most tools are clearly distinct by purpose (e.g., quittance_loyer vs relance_impaye, or relance_facture_client vs relance_impaye). A few pairs like bon_intervention and fiche_mission could cause confusion, but detailed descriptions help resolve ambiguity.

Naming Consistency3/5

Tool names mix French and English, and use inconsistent patterns: some are noun-based (annonce_location, quittance_loyer), some verb-based (decide_campagne, obtenir_cle_api), and the cao_* tools use a prefix convention. Still readable but not uniform.

Tool Count2/5

41 tools is excessive for most servers, even one covering real estate and CAD. While the breadth is justified by multiple subdomains, the sheer number makes the surface hard to navigate and suggests possible over-fragmentation.

Completeness4/5

The tool set covers a wide range: rental lifecycle (annonce, EDL, quittance, relance), owner reporting, artisan documents, fiscal synthesis, CAD generation and verification, outreach, and guides. Minor gaps exist (e.g., no direct tenant/property CRUD), but for a document-generation server it is quite complete.

Resources