Skip to main content
Glama

avenant_revision_irl

QUAND la révision IRL est calculée et qu'il faut la NOTIFIER au locataire par courrier. Calculez d'abord avec irl_revision_loyer. Courrier de révision de loyer IRL prêt à envoyer au locataire (HTML imprimable ; PDF via /api/v1/documents/avenant-irl). Calcule et notifie le nouveau loyer. TOUJOURS mis en page pour ENVELOPPE À FENÊTRE (destinataire à DROITE). Preférer locataire_adresse (postale) ≠ logement_adresse (bien). Garde-fou : code postal 5 chiffres obligatoire.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lieuNo
date_effetYes
irl_nouveauYes
bailleur_nomYes
loyer_actuelYes
irl_referenceYes
locataire_nomYes
bailleur_adresseNo
logement_adresseYesAdresse du bien loué (objet du courrier).
locataire_adresseNoAdresse POSTALE du locataire (fenêtre) — ex. "12 rue de la Paix\n75002 Paris".
trimestre_nouveauNo
trimestre_referenceNo

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations, the description carries full burden. It discloses output format (HTML printable, PDF via API), formatting for window envelopes, and a safety check. It does not mention side effects like saving or updating, but for a document generation tool this is sufficient.

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 concise (three sentences in original French) and front-loaded with the condition. Every sentence adds value: prerequisite, action, output, formatting, address guidance, safety rule.

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?

Given 12 parameters and no output schema, the description covers the tool's purpose and output format but omits explanations for several parameters (e.g., trimestre_nouveau, lieu). Completeness is adequate but not thorough.

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 coverage is low (17%). The description adds meaning for two key parameters: locataire_adresse (postal) and logement_adresse (property), and mentions zip code validation. However, other parameters like trimestres, lieu, bailleur_adresse are not explained.

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 states the tool notifies the tenant of an IRL revision via a letter. It uses the verb 'notifier' and identifies the resource (courrier de révision IRL). It distinguishes from sibling 'irl_revision_loyer' by stating to calculate first with that tool.

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 gives explicit when-to-use context ('QUAND la révision IRL est calculée et qu'il faut la NOTIFIER') and a prerequisite ('Calculez d'abord avec irl_revision_loyer'). It advises on address selection and includes a safety rule about zip codes. Alternatives are implied but not exhaustive.

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