Skip to main content
Glama

reveal_director_email

Idempotent

Revele l'email PROFESSIONNEL d'un dirigeant identifie (apres get_directors). Offres payantes uniquement (erreur plan_required sinon).

COUT : 1 credit du quota mensuel par email trouve. Rien n'est debite si aucun email n'est trouve, ni si le meme email a deja ete revele par ce compte dans les 3 mois. quota_remaining est rendu a chaque reponse.

OUTIL UNITAIRE : pas de variante par lot. Boucler sur une liste epuise le quota et declenche une limite horaire.

LIRE deliverability_proven : true = adresse verifiee, utilisable ; false = domaine catch-all, existence de la boite non prouvee. email=null avec reason=not_found ou rejected_by_verification : aucun quota consomme, inutile de reessayer.

DEUX VITESSES : avec un profil LinkedIn connu (rare), reponse en 10 a 15 s. Sans, la recherche par nom prend ~90 s : l'outil rend status="pending" et un retrieval_token ; RAPPELER l'outil avec ce SEUL parametre apres retry_after_seconds, tant que la reponse est pending. Jeton a usage unique, valable 15 min. Un appel pending ne consomme rien.

Ni telephone ni email personnel.

RESPONSABILITE : contact professionnel lie a la fonction. L'appelant devient responsable de traitement des reception : base legale, information de la personne au premier contact (mention fournie dans _notice), respect de toute opposition. Reconstituer un fichier est interdit et plafonne.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sirenNoSIREN a 9 chiffres de l'entreprise du dirigeant. Requis SAUF si retrieval_token est fourni.
last_nameNoNom de famille tel que RENVOYE PAR get_directors (champ nom), pas le nom d'usage : un nom different fait repayer un contact deja enrichi.
first_nameNoPrenom du dirigeant
retrieval_tokenNoJeton rendu par un appel precedent qui a repondu status=pending. Le fournir SEUL, sans siren ni nom, pour recuperer le resultat.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailNo
reasonNo
sourceNo
statusNo
credits_usedYes
quota_remainingNo
retrieval_tokenNo
retry_after_secondsNo
verification_statusNo
deliverability_provenNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added
  2. Removed
  3. Added
  4. Removed
  5. Added
  6. Removed
  7. Added
  8. Removed
  9. Added
  10. Removed
  11. Added
  12. Removed
  13. Added

TDQS

A5/5.0
Behavior5/5

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

Beyond annotations (idempotentHint=true, readOnlyHint=false), the description discloses costing behavior, quota debiting rules, pending/asynchronous behavior, retry timing, token validity, and deliverability semantics. It also explains legal responsibilities and the prohibition on rebuilding files, adding substantial context the annotations cannot convey.

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 long but every sentence adds non-redundant value, and it is organized into clear sections (cost, unit usage, deliverability, speed, responsibility). The main purpose is front-loaded, and the format makes the operational rules easy for an agent to parse.

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 tool's complexity—asynchronous retrieval, quota semantics, error reasons, legal obligations, and conditional parameters—the description covers all necessary operational aspects. The presence of an output schema means return-value details do not need to be restated, and nothing essential is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Although the schema already covers all parameters at 100%, the description adds critical behavioral meaning: last_name must match exactly what get_directors returned or the user pays twice; retrieval_token must be used alone; siren is required except when a token is provided. This goes well beyond the schema's basic descriptions.

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 names the exact verb and resource: 'Revele l'email PROFESSIONNEL d'un dirigeant identifie (apres get_directors)'. It clearly differentiates from sibling tools by anchoring to get_directors and stating it is a single-contact, unit-level operation, not a batch or search tool.

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 gives explicit when-to-use and when-not-to-use guidance: after get_directors, paid plans only, no looping over lists, don't retry when email=null with reason=not_found or rejected_by_verification, and how to use retrieval_token for pending results. It even names the quota and hourly-limit consequences of misuse.

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.

Resources