Skip to main content
Glama
Albretsen

MCP Emails

Compose Email

email_compose

Send new emails, reply, or forward messages from your connected inbox, with the inbox signature added automatically. Supports attachments, CC/BCC, and HTML bodies.

Instructions

Send new mail, reply, or forward from one inbox. The inbox's signature is appended automatically, above the quoted text on replies and forwards; pass include_signature: false to suppress it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ccNoCc addresses.
toNoRecipient addresses.
bccNoBcc addresses; not visible to the other recipients.
bodyNoPlain-text body. Sent as multipart/alternative when html_body is given too.
fromNoGmail Send As address. Must be a verified identity from inbox_list; anything else is rejected.
inboxNoInbox email address; an alternative to inbox_id, which wins when both are given.
actionYesOperation to run. send = new message from to/subject/body, optionally cc/bcc/html_body/attachments; reply = answer a message_id, optionally reply_all; forward = pass a message_id on to new recipients.
subjectNoSubject line, sent as-is with no prefix added.
inbox_idNoInbox UUID. Optional when the key has exactly one inbox. Otherwise pass this or `inbox`; omit both and the error lists every inbox_id.
reply_toNoReply-To address, so replies go here instead of to the sender.
html_bodyNoHTML body. Not sanitized before sending, so it is on you to keep it safe and well-formed.
reply_allNoReply to the original To and Cc as well as the sender. Still capped at 50 recipients.
message_idNoMessage id being replied to; threading headers derive from it.
attachmentsNoFile attachments, 10 MB total.
idempotency_keyNoOpaque key for one operation, outbound or mailbox mutation. Reuse it only when retrying the identical request within 24 hours: the retry is collapsed, not repeated, which matters most for copy. Reuse with different arguments is rejected; omit it for normal behaviour.
include_signatureNoAppend the inbox's configured signature. Set false for a terse reply or your own sign-off.
include_attachmentsNoRe-attach the original's attachments. Anything past the 10 MB budget is dropped silently.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.4

TDQS

A4.2/5.0
Behavior4/5

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

The annotations already convey this is a mutating, non-idempotent operation. The description adds a meaningful behavioral detail beyond the schema: the inbox signature is appended automatically, and it is placed above quoted text on replies and forwards. This helps the agent predict side effects and know when to set include_signature to false.

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?

Two compact, front-loaded sentences with no filler. The first sentence states the core operations; the second provides the one behavioral caveat an agent most needs before composing replies or forwards.

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?

For a tool with 17 parameters and conditional schemas, the description gives the essential high-level shape while the input schema covers details like inbox selection, attachments, idempotency, and recipient limits. The only notable omission is any mention of return values, but no output schema is provided and the tool's success/failure behavior is largely inferable.

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 description coverage is 100%, so the schema already documents all 17 parameters thoroughly. The description adds only a small nuance about signature placement relative to quoted text; it does not substantially enrich parameter understanding beyond the schema baseline.

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 specific actions ('Send new mail, reply, or forward') and a clear resource ('from one inbox'). These verbs distinguish it sharply from sibling tools like email_read, email_delete, and email_organize, so an agent can select it without opening the schema.

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 establishes the use case: any time the user needs to send, reply to, or forward email. It does not list alternatives or explicitly say when not to use this tool, but the context is unambiguous enough and clearly separated from the sibling read/delete/organize operations.

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

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/Albretsen/MCPEmails'

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