Skip to main content
Glama
Maxtechexplore

mail-macos-mcp

Répondre à un mail

repondre_mail

Reply to an email by its ID, reusing the thread and subject. Defaults to creating a draft; set envoyer to true to send immediately.

Instructions

Répond à un mail (par son identifiant) en reprenant le fil, le destinataire et l'objet « Re: ». Crée un BROUILLON par défaut (envoyer=false) ; mettre envoyer=true pour envoyer directement. repondre_a_tous inclut tous les destinataires d'origine.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesIdentifiant du mail auquel répondre
corpsYesTexte de la réponse (ajouté au-dessus du message cité)
repondre_a_tousNoRépondre à tous les destinataires. Défaut : false
ccNoAdresse(s) en copie (CC)
cciNoAdresse(s) en copie cachée (CCI)
expediteurNoAdresse d'envoi (voir lister_comptes). Si absent, Mail choisit le compte du mail d'origine
envoyerNotrue = envoyer ; false = créer un brouillon (défaut)
Behavior4/5

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

With no annotations, the description carries the transparency burden. It discloses key behaviors: default draft creation (envoyer=false), inclusion of original thread/recipient/subject, and the effect of repondre_a_tous. It does not mention return values, error handling, or authorization needs, but covers the primary behavioral traits well.

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 extremely concise with two front-loaded sentences. The first sentence states the core function, and the second clarifies the default behavior and the a_tous option. No unnecessary words, making it easy to parse quickly.

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 tool's complexity (7 parameters, no output schema) and 100% schema coverage, the description is reasonably complete. It covers the main use case, default behavior, and the optional a_tous. It lacks explicit mention of return values or error conditions, but for a reply tool this is adequate.

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?

Schema coverage is 100%, so the description adds limited value over the schema. It echoes the repondre_a_tous parameter's effect and the envoyer default, but does not provide additional semantic meaning beyond what the schema already explains. Baseline 3 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 tool's purpose: replying to an email by its ID, with specific behaviors like copying the thread, recipient, and subject with 'Re:'. It distinguishes itself from sibling tools like creer_brouillon (creating a fresh draft) or transferer_mail (forwarding), as it explicitly handles replying.

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

Usage Guidelines3/5

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

The description implies usage for replying to an existing email, mentioning the default draft creation and the option to send directly. However, it does not explicitly state when to use this tool versus alternatives like creer_brouillon or envoyer_mail, nor does it mention prerequisites or constraints.

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