Skip to main content
Glama
wyccywwyc

Email Sender MCP Server

by wyccywwyc

send_email

Send emails with multiple recipients, attachments, CC/BCC, and plain text or HTML content through SMTP configurations.

Instructions

发送完整邮件(支持多个收件人、附件、CC、BCC)

Args: receiver_emails: 收件人邮箱地址列表 subject: 邮件主题 content: 邮件内容(纯文本或HTML) content_type: 内容类型,'plain' 表示纯文本,'html' 表示HTML格式 attachments: 附件文件路径列表(可选) cc_emails: 抄送邮箱地址列表(可选) bcc_emails: 密送邮箱地址列表(可选)

Returns: 发送结果信息

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
receiver_emailsYes
subjectYes
contentYes
content_typeNoplain
attachmentsNo
cc_emailsNo
bcc_emailsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It states the tool sends emails but doesn't mention authentication requirements, rate limits, error conditions, whether it's synchronous/asynchronous, or what constitutes '发送结果信息' (sending result information). For a mutation tool with zero annotation coverage, this leaves significant behavioral gaps.

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

Conciseness4/5

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

The description is efficiently structured with a purpose statement followed by categorized parameter documentation. Every sentence serves a purpose. The bilingual nature (Chinese purpose, English parameter names) is slightly inconsistent but doesn't significantly impact utility.

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

Completeness3/5

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

For a 7-parameter mutation tool with no annotations, the description covers basic functionality and parameters adequately. However, it lacks behavioral context (auth, errors, limits) and doesn't leverage the output schema to explain return values. Given the complexity and zero annotation coverage, it should provide more operational guidance.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description compensates well by documenting all 7 parameters in Chinese with clear explanations. It specifies which are optional, provides content_type enum values ('plain' vs 'html'), and clarifies parameter purposes. However, it doesn't explain format details like attachment path requirements or email address validation.

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?

The description clearly states the tool's purpose: '发送完整邮件(支持多个收件人、附件、CC、BCC)' which translates to 'Send complete email (supports multiple recipients, attachments, CC, BCC)'. This specifies the verb ('send') and resource ('complete email') with feature highlights. However, it doesn't explicitly differentiate from sibling tools like 'send_simple_email' or 'send_email_with_custom_config'.

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?

The description provides no guidance on when to use this tool versus its siblings ('send_simple_email', 'send_email_with_custom_config'). There's no mention of prerequisites, alternative scenarios, or comparative context. The agent must infer usage from the tool name and parameter list alone.

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/wyccywwyc/emailMCP'

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