Skip to main content
Glama

Generate a notice to quit / conge (PDF)

generate_conge

Generate a notice-to-quit letter (landlord or tenant). Fields: landlord_name, tenant_name, property_address, reason, effective_date. FR: lettre de conge / preavis. Renvoie un lien a ouvrir pour afficher/telecharger le PDF.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
payloadYesObjet contenant les champs du document (voir la description du tool).

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries the full disclosure burden. It discloses that the tool returns a link to view/download the PDF, which is a key behavioral trait. However, it does not mention side effects, permissions, or whether the operation is read-only or creates persistent data. The description is somewhat transparent but lacks depth on potential side effects.

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 highly concise, with no redundant words. It front-loads the purpose, then lists fields, provides a French translation, and concludes with the behavior. Every sentence serves a clear function, making it efficient and well-structured.

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 simple document-generation tool with no output schema, the description adequately covers the return value (a link to a PDF). It also differentiates from siblings by specifying the document type and relevant fields. It falls short of explaining potential error conditions or required field formats, but these are not critical for basic usage.

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?

The input schema only defines a generic 'payload' object with no internal properties, so the description compensates by listing the expected fields (landlord_name, tenant_name, property_address, reason, effective_date). This adds critical meaning beyond the schema. However, it does not specify data types or formats (e.g., date format for effective_date), leaving some ambiguity.

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 generates a notice-to-quit letter (lettre de conge / preavis), specifying both landlord and tenant contexts. It lists the exact fields involved, distinguishing it from sibling tools that generate other document types (e.g., etat des lieux, avenant). The verb 'generate' plus the specific resource makes the purpose unambiguous.

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 use when a notice-to-quit is needed, but it does not explicitly state when to use this tool over alternatives like generate_resiliation_amiable or generate_notice_information. There are no exclusions or alternative recommendations provided, so the guidance is inferred rather than explicit.

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.