Skip to main content
Glama
MailFlat

mailflat-mcp

Official

send_email

Send DKIM-signed emails from a specified inbox address for replies or outbound automation, with optional cc/bcc. Returns upon acceptance for queued delivery.

Instructions

Send an email FROM the given inbox address (DKIM-signed via MailFlat's MTA). Use for replies or outbound automation. html is optional.

Returns once the mail is ACCEPTED for delivery, not once it is delivered: delivery runs on a queue and the result arrives via webhook or by reading the message back.

cc addresses appear in the mail's headers; bcc addresses never do — not even in their own copy. Attachments are not available here; send those from the SDK.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ccNo
toYes
bccNo
bodyNo
htmlNo
addressYes
subjectNo
Behavior5/5

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

No annotations are present, so the description carries the full burden, and it delivers: it discloses accepted-vs-delivered asynchronous semantics, webhook or read-back completion, header visibility for cc, the guaranteed absence of bcc from headers, and the attachment limitation. This is unusually rich behavioral disclosure.

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 compact and well-ordered: primary action up front, then essential delivery semantics, then recipient visibility behavior, then the attachment limitation. Every sentence earns its place without redundancy.

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 7-parameter tool with no output schema and no annotations, the description provides enough about sending semantics, result timing, delivery confirmation, and parameter nuances. The missing detail on body and subject formatting is minor relative to the coverage provided.

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?

The schema has no parameter descriptions, and the description adds meaning to `address`, `html`, `cc`, and `bcc`, but `to`, `body`, and `subject` remain only name-implied. It compensates partially but does not fully document all seven parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a clear action and resource: sending an email from a specified inbox address, with DKIM signing mentioned. It positions the tool for replies and outbound automation but does not explicitly distinguish it from the sibling 'reply' tool, so it misses full sibling differentiation.

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 gives explicit when context with 'Use for replies or outbound automation' and points users to the SDK for attachments, which is a useful limitation. However, it does not explain when to prefer the sibling `reply` tool, so the guidance stops short of a full alternatives map.

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/MailFlat/mailflat-sdks'

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