Skip to main content
Glama

candidature_locataire

Read-onlyIdempotent

QUAND un candidat constitue son dossier pour un logement. Dossier de CANDIDATURE locataire (HTML ; PDF via /api/v1/documents/candidature). Destinataire fenêtre = agence. À classer dans le dossier local après réception.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lieuNoLieu d'établissement du dossier (« Fait à … »).
messageNoMot du candidat à l'agence, ajouté au corps du dossier.
agence_nomNoAgence ou bailleur destinataire du dossier.
garant_nomNoNom du garant, s'il y en a un. La caution se formalise par un acte distinct.
candidat_nomYesNom et prénom du candidat locataire.
candidat_telNoTéléphone du candidat, pour que l'agence puisse le rappeler.
nb_occupantsNoNombre de personnes qui occuperont le logement, enfants compris.
date_emissionNoDate d'établissement, format ISO AAAA-MM-JJ. Par défaut, la date du jour.
situation_proNoSituation professionnelle : CDI, CDD, indépendant, retraité, étudiant. Détermine les pièces attendues.
agence_adresseYesAdresse de l'agence. Sert au bloc fenêtre, poussé À DROITE.
candidat_emailNoAdresse e-mail du candidat.
pieces_jointesNoLibellés des pièces jointes au dossier. ⚠️ Les libellés seulement : ce service ne transporte aucun document.
candidat_adresseNoAdresse actuelle du candidat, avant emménagement.
logement_adresseNoAdresse du logement demandé.
revenus_mensuelsNoRevenus nets mensuels du foyer, en euros. Sert au taux d'effort ; aucun seuil n'est appliqué ici.
reference_annonceNoRéférence de l'annonce, pour rattacher le dossier au bon lot.
date_entree_souhaiteeNoDate d'emménagement souhaitée, format ISO AAAA-MM-JJ.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed17 schema fields changed
    • addedInput schema / properties / agence_adresse / description
      Added value: +"Adresse de l'agence. Sert au bloc fenêtre, poussé À DROITE."
    • addedInput schema / properties / agence_nom / description
      Added value: +"Agence ou bailleur destinataire du dossier."
    • addedInput schema / properties / candidat_adresse / description
      Added value: +"Adresse actuelle du candidat, avant emménagement."
    • addedInput schema / properties / candidat_email / description
      Added value: +"Adresse e-mail du candidat."
    • addedInput schema / properties / candidat_nom / description
      Added value: +"Nom et prénom du candidat locataire."
    • addedInput schema / properties / candidat_tel / description
      Added value: +"Téléphone du candidat, pour que l'agence puisse le rappeler."
    • addedInput schema / properties / date_emission / description
      Added value: +"Date d'établissement, format ISO AAAA-MM-JJ. Par défaut, la date du jour."
    • addedInput schema / properties / date_entree_souhaitee / description
      Added value: +"Date d'emménagement souhaitée, format ISO AAAA-MM-JJ."
    • addedInput schema / properties / garant_nom / description
      Added value: +"Nom du garant, s'il y en a un. La caution se formalise par un acte distinct."
    • addedInput schema / properties / lieu / description
      Added value: +"Lieu d'établissement du dossier (« Fait à … »)."
    • addedInput schema / properties / logement_adresse / description
      Added value: +"Adresse du logement demandé."
    • addedInput schema / properties / message / description
      Added value: +"Mot du candidat à l'agence, ajouté au corps du dossier."
    • addedInput schema / properties / nb_occupants / description
      Added value: +"Nombre de personnes qui occuperont le logement, enfants compris."
    • addedInput schema / properties / pieces_jointes / description
      Added value: +"Libellés des pièces jointes au dossier. ⚠️ Les libellés seulement : ce service ne transporte aucun document."
    • addedInput schema / properties / reference_annonce / description
      Added value: +"Référence de l'annonce, pour rattacher le dossier au bon lot."
    • addedInput schema / properties / revenus_mensuels / description
      Added value: +"Revenus nets mensuels du foyer, en euros. Sert au taux d'effort ; aucun seuil n'est appliqué ici."
    • addedInput schema / properties / situation_pro / description
      Added value: +"Situation professionnelle : CDI, CDD, indépendant, retraité, étudiant. Détermine les pièces attendues."
  2. Added

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds non-obvious behavioral and workflow context: the output is HTML with a separate PDF endpoint, the address-block recipient is the agency, and the document should be filed locally after receipt. This goes beyond what annotations provide and does not contradict them.

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 four short, front-loaded sentence fragments, and each earns its place: trigger, resource/format, recipient, and post-receipt action. There is no filler or redundant restatement of the tool name.

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 17-parameter document generator with no output schema, the description covers the essential decision and outcome facts: when to use it, what it produces (HTML, with PDF available via a specific endpoint), who the recipient is, and what to do with the result. It does not explicitly state the response shape, but it names the HTML format and the 100% schema coverage makes enumerating parameters unnecessary.

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 input schema already documents all 17 parameters in detail. The description's only parameter-related hint is the address-block recipient, which reinforces 'agence_adresse' but adds no new semantics. Per the baseline rule, this warrants a 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific trigger ('QUAND un candidat constitue son dossier pour un logement') and a specific resource ('Dossier de CANDIDATURE locataire'), which clearly identifies this as the tenant-application document tool. It also adds output format and recipient context that distinguish it from sibling document tools. However, it never states the operative verb explicitly (e.g., 'génère' or 'crée'), so the action is implied rather than named.

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 explicitly defines when to use the tool: when a candidate is assembling a rental application file. It also provides practical routing guidance ('Destinataire fenêtre = agence') and a post-receipt action ('À classer dans le dossier local après réception'). It does not list exclusions or name alternative tools, but none of the siblings appears to be a close competitor, so the trigger is sufficient.

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.

Resources