Skip to main content
Glama
assoujojo82-coder

synergieloc — French Real-Estate Legal Calculations

guide_lire

Retrieve the complete official Synergieloc procedure guide in Markdown by passing its slug from guides_liste. Provides full legal procedure content without requiring keys or units.

Instructions

QUAND guides_liste a rendu un slug pertinent et qu'il faut le contenu complet de la procédure. Lit un guide officiel Synergieloc en Markdown complet (slug obtenu via guides_liste). GRATUIT, aucune unité, aucune clé requise.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesex. quittance-loyer, revision-loyer-irl

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.1.1

TDQS

A4.2/5.0
Behavior3/5

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

Without annotations, the description carries the burden. It discloses that it is free and no key is required, and implies a read operation. However, it does not mention potential errors or limitations (e.g., invalid slug behavior), leaving some uncertainty.

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 two sentences, front-loaded with the condition and action, and includes essential cost/auth info. No redundant words.

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 read operation, the description covers the trigger, action, output format, and auth requirements. It does not mention error handling, but given the simplicity and lack of output schema, it is sufficiently complete.

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 description for the slug parameter already provides examples and covers semantics (100% coverage). The tool description adds the note that the slug is obtained via guides_liste, which adds contextual meaning beyond the schema.

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 it reads a full official guide in Markdown given a slug, and specifies the trigger condition (when guides_liste has returned a slug). It is specific and unambiguous.

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?

It explicitly states when to use it (after guides_liste returns a slug) and notes that it is free and requires no key. It does not explicitly mention alternatives, but the conditional 'QUAND' provides adequate usage context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.