Skip to main content
Glama
evamardin

Universal Email MCP Server

by evamardin

send_email

Send email messages with plain text or HTML content, attachments, CC, and BCC. SMTP autoconfiguration supports Gmail, Outlook, QQ, 163, and enterprise mail.

Instructions

发送邮件

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ccNo抄送邮箱地址列表(可选)
toYes收件人邮箱地址列表
bccNo密送邮箱地址列表(可选)
htmlNoHTML格式邮件内容(可选)
textYes纯文本邮件内容
subjectYes邮件主题
attachmentsNo邮件附件列表(可选)

Schema Changelog

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

  1. First observedv1.0.0

TDQS

C2.1/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of disclosing behavioral traits. It only states 'send email' and does not mention side effects (e.g., email is irrevocably sent), required prior configuration, authentication needs, or handling of failures. The mutation-like nature of sending is implied by the name, but no additional behavioral context is provided.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely short—only four Chinese characters—which is under-specification rather than effective conciseness. It does not earn its place because it adds negligible value over the tool name. A useful description would include at least one sentence on purpose or usage, so the brevity is a deficiency.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has 7 parameters, no output schema, and no annotations, yet the description provides no context about prerequisites, expected return values, or when to use it. An agent cannot determine whether an email account must be set up first, what happens on success or failure, or how html relates to text. This is completely inadequate 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?

Schema description coverage is 100%, so all seven parameters have meaningful Chinese descriptions in the input schema. The description itself adds no parameter information, but the schema already documents each field (to, cc, subject, html, text, attachments, etc.). Baseline 3 is appropriate since the schema carries the semantic weight.

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

Purpose2/5

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

The description '发送邮件' is a direct translation of the tool name 'send_email' and adds no new semantic information. It restates the name rather than specifying what the tool actually does, which is a tautology. While it conveys the general action of sending email, it fails to clarify scope or distinguish behavior beyond the name itself.

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

Usage Guidelines2/5

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

No guidance is provided about when to use this tool versus alternatives like setup_email_account or configure_email_server. The description does not mention prerequisites, such as having a configured email account, nor does it exclude cases where other tools are more appropriate. There is no context or comparison to siblings.

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/evamardin/email-mcp'

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