Skip to main content
Glama
paulo-amaral

applemail-mcp-server

by paulo-amaral

Open a pre-filled compose window

apple_mail_compose_draft

Create a Mail.app compose draft pre-filled with recipients, subject, and body, leaving the window open for the user to review and send manually.

Instructions

Open a new compose window in Mail.app pre-filled with recipients, subject and body.

This server has NO ability to send email. The window is left open for the user to review and send by hand — that is deliberate, and you should say so when you use this tool.

Returns: { opened, subject, to[], cc[], note }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ccNoCC addresses.
toYesRecipient email addresses.
bodyNoPlain-text body.
accountNoExact account name as shown by apple_mail_list_accounts (e.g. "iCloud", "Work Gmail"). Omit to span every account.
subjectNoSubject line.
Behavior5/5

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

The description discloses the critical limitation (no ability to send email), the deliberate UI behavior, the instruction to inform the user, and the return shape. Annotations are all false and do not contradict; the description adds significant behavioral context beyond them.

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 short paragraphs: function, limitation plus user guidance, and return shape. Every sentence earns its place with no filler or unnecessary repetition.

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?

With no output schema, the description provides the return object shape. It also clarifies the no-send behavior, which is essential for safe use. Combined with complete schema coverage, this is fully adequate for a tool of this complexity.

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?

All 5 parameters already have schema descriptions (100% coverage). The description only echoes recipients/subject/body in prose without adding format or constraint details beyond what the schema already provides, so the baseline 3 applies.

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 opens with a specific verb and resource: 'Open a new compose window in Mail.app pre-filled with recipients, subject and body.' This clearly distinguishes the tool from sibling list/search/get tools by being the only compose action.

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 clearly states when to use the tool and what to expect: it cannot send email, leaves the window open for the user to review and send by hand, and says to mention this to the user. It provides strong usage context but does not explicitly name alternative sibling tools.

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/paulo-amaral/applemail-mcp-server'

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