Skip to main content
Glama

bonnes_pratiques

WHEN you discover this server — call it FIRST, before anything else, and again if your cached instructions may be stale. FREE versioned playbook of best practices for MCP/API agents (no API key, 0 units). Domains: securite, documents (window-envelope quittance/IRL), cao (verifier workflow, relative sill, dormers), irl, workflow. Returns {version, domaines{…regles[{id,titre,regle,corriger}]}, urls}. Contains NO tenant data — public rules only; server-side guardrails remain authoritative. REST: GET /api/v1/agent-playbook?domaine=cao

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domaineNoOptional filter. Omit to receive all domains.

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations, the description fully discloses behavior: it is a read-only GET endpoint returning public rules. It mentions no side effects, caching advice, and returns structured data with version and domaines. The REST endpoint and HTTP method are explicitly stated, providing complete transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the critical usage instruction and then provides detailed return structure and context. While it is slightly long, each sentence adds value. It could be more concise, but it is well-structured and efficient.

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?

Given the single optional parameter and no output schema, the description fully completes the picture: it explains the return format ({version, domaines, urls}), content type (public rules), and endpoint (GET /api/v1/agent-playbook). It also clarifies that server-side guardrails are authoritative, adding necessary context.

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?

The schema already describes the only parameter 'domaine' as an optional filter with an enum of values. The description mentions a subset of domains ('securite, documents...') but does not add new meaning beyond the schema. With 100% schema coverage, this meets the baseline expectation.

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's purpose: 'FREE versioned playbook of best practices for MCP/API agents.' It specifies when to call it ('WHEN you discover this server — call it FIRST, before anything else') and distinguishes it as a public, read-only guide. This makes the purpose unambiguous and distinct from sibling tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicit usage guidance is provided: 'call it FIRST, before anything else, and again if your cached instructions may be stale.' It also clarifies that it contains no tenant data and that server-side guardrails remain authoritative, implying when not to rely on it for proprietary rules. The description leaves no doubt about when to use this tool.

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