Skip to main content
Glama

Constat Auto — Constat amiable

constat_finaliser

DestructiveIdempotent

Vérifie l'envoi du constat, et le déclenche si les signatures sont réunies. Normalement inutile : l'email part tout seul à la dernière signature. Sert surtout à confirmer l'envoi, ou à produire une déclaration unilatérale quand le conducteur B ne signe jamais. Appel sans effet si le constat est déjà parti.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dossierYesIdentifiant du dossier renvoyé par constat_demarrer.
envoyer_sans_signature_bNoEnvoie le constat sans la signature du conducteur B, en déclaration unilatérale. À ne passer qu'après une demande explicite de l'utilisateur, informé que le constat mentionnera l'absence de signature de B.

TDQS

A4.7/5.0
Behavior5/5

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

The description adds meaningful behavioral context beyond the annotations: it discloses that the tool sends an email, is idempotent (no effect if already sent), and that the unilateral declaration flag causes the constat to mention B's absence. These concrete details complement the generic destructiveHint and idempotentHint annotations.

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 three sentences, front-loaded with the main action, then typical use cases, and an important no-op warning. Every sentence carries useful information without redundancy.

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?

For a tool with no output schema and two parameters, the description covers all essential aspects: the trigger condition, when it is normally unnecessary, the special unilateral declaration mode, and the idempotent behavior. No critical gaps remain for selection or invocation.

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?

Both parameters are fully documented in the schema, including the condition for envoyer_sans_signature_b (explicit user request with awareness of consequences). The description does not add new parameter-level information beyond what the schema provides, so the baseline score is appropriate.

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 action: 'Vérifie l'envoi du constat, et le déclenche si les signatures sont réunies' — it verifies and triggers sending the constat. It distinguishes from sibling tools by noting it normally happens automatically and by specifying a special use case (unilateral declaration).

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?

The description explicitly says the tool is 'Normalement inutile' and explains its main uses: confirming sending or producing a unilateral declaration when driver B never signs. It also warns that calling has no effect if already sent, guiding when not to invoke it and implicitly directing users to alternatives for status checks.

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

A4.2/5.0
Disambiguation5/5

Each constat_* tool corresponds to a distinct phase of the accident statement workflow—starting, filling, sketching, signing, status checking, finalizing, canceling—with no two tools overlapping in purpose. The two guide-related tools (search, fetch) are clearly separate from the workflow tools.

Naming Consistency3/5

The constat_ prefix provides a recognizable pattern, but the suffix alternates between verbs (demarrer, renseigner, finaliser, annuler) and nouns (circonstances, croquis, signatures, statut, assureurs). Additionally, the two guide tools (fetch, search) break the pattern entirely, mixing languages and conventions.

Tool Count5/5

With 11 tools, the server is well-scoped for its purpose: each tool serves a clear step in the constat process and the two guide tools complement the primary workflow without redundancy. The count is within the ideal 3–15 range and does not feel heavy or thin.

Completeness4/5

The workflow is well covered: start, fill, sketch, sign, monitor status, finalize, and cancel. A minor gap is the lack of a dedicated 'get full constat contents' tool (statut only shows missing fields and signature state), but the core lifecycle is otherwise complete.

Resources