Skip to main content
Glama
Maxtechexplore

mail-macos-mcp

Envoyer un mail

envoyer_mail

Send an email instantly to one or multiple recipients. Provide subject, body, and optional CC, BCC, or sender account.

Instructions

ENVOIE immédiatement un mail (action sortante et définitive : le mail part). À n'utiliser que si l'utilisateur veut réellement envoyer. Pour préparer un mail à relire avant envoi, utilise plutôt creer_brouillon. Plusieurs destinataires possibles en les séparant par des virgules.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
destinataireYesAdresse(s) du/des destinataire(s), séparées par des virgules
sujetYesSujet du mail
corpsYesCorps du mail (texte)
ccNoAdresse(s) en copie (CC), séparées par des virgules
cciNoAdresse(s) en copie cachée (CCI), séparées par des virgules
expediteurNoAdresse d'envoi (doit correspondre à un compte ; voir lister_comptes). Si absent, compte par défaut
Behavior5/5

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

Even without annotations, the description transparently discloses the irreversible, immediate nature of the action: 'action sortante et définitive : le mail part'. This fully informs the agent of the tool's side effect.

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?

Concise two-sentence description with front-loaded key action ('ENVOIE immédiatement') and no unnecessary words. Each sentence serves a purpose: action, usage guidance, and parameter hint.

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 simple send-email tool with no output schema and well-covered parameters, the description is complete. It covers irrevocability, alternative for draft, multi-recipients, and account requirement for sender. No critical gaps.

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 coverage is 100%, but the description adds value by noting that 'expediteur' must correspond to an account, referencing a related tool 'lister_comptes'. Other parameters are adequately described in the schema, and the description reinforces the comma-separated list for recipients.

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 sends an email immediately, using strong verbs 'ENVOIE immédiatement' and differentiating from the sibling 'creer_brouillon' which prepares a draft. The purpose is unambiguous.

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?

Explicitly instructs to use only when the user truly wants to send, and provides a direct alternative ('creer_brouillon') for previewing. Also notes that multiple recipients are allowed, separated by commas.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Maxtechexplore/mail-macos-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server