Skip to main content
Glama

decide_campagne

WHEN an outreach scenario has collected prospects and must decide what to do with each one — Make/n8n collects, Synergieloc decides. Authenticated decision engine for outreach/campaigns (requires API key, 0 units). Make AI Agent or any collector MUST call this before sending commercial email. Pass prospect info only; Synergieloc decides cible, campagne and actions[]. Never invent offers/prices. REST: POST /api/v1/agent/decide (X-Make-Secret or X-API-Key). To send: follow actions envoyer_offre → POST /api/v1/agent/demarchage.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cibleNopersona: partenaire|artisan|agent_ia|sci|…
produitNo
contexteNo
prospect_nomNo
prospect_emailNo
prospect_entrepriseNo

TDQS

A4.3/5.0
Behavior5/5

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

No annotations are provided, so the description carries the full burden. It thoroughly describes the tool's behavior: it is an authenticated decision engine that takes prospect info and returns decisions (cible, campagne, actions). It also specifies authentication requirements (API key, X-Make-Secret or X-API-Key), cost (0 units), and constraints (never invent offers/prices).

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 dense and informative, with front-loaded purpose. Each sentence adds value, but the paragraph format could be more structured (e.g., bullet points). Still, it is efficient and avoids fluff.

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?

Given the lack of output schema and only 17% schema coverage, the description covers when to use, authentication, behavior, and follow-up actions. It mentions that the tool decides cible, campagne, and actions[], implicitly describing the output. However, it does not explicitly state the response format or structure, which would be useful.

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 input schema has 6 parameters with only 17% description coverage (only 'cible' has a description). The description adds meaning by stating 'Pass prospect info only' and implying that prospect_nom, prospect_email, prospect_entreprise are prospect info. However, it does not detail the syntax or format for each parameter, 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 that the tool decides what to do with prospects in an outreach scenario, using the verb 'decides' and specifying the resource 'campagne'. It distinguishes itself from siblings by being a decision engine called after collection and before email sending.

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 explains when to use this tool: after collecting prospects and before sending commercial email. It provides a sequence ('Make/n8n collects, Synergieloc decides') and a follow-up action ('envoyer_offre'). However, it does not explicitly mention when not to use it or alternatives among siblings.

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