Skip to main content
Glama
wyccywwyc

Email Sender MCP Server

by wyccywwyc

send_email_with_custom_config

Send emails using custom SMTP server configurations, including TLS/SSL settings, attachments, and CC/BCC recipients.

Instructions

使用自定义SMTP配置发送邮件

Args: receiver_emails: 收件人邮箱地址列表 subject: 邮件主题 content: 邮件内容 smtp_server: SMTP服务器地址(如:smtp.qq.com, smtp.gmail.com) smtp_port: SMTP端口(25/465/587) sender_email: 发件人邮箱 sender_password: 发件人密码或授权码 content_type: 内容类型,'plain' 或 'html' use_tls: 是否使用TLS(端口587通常需要) use_ssl: 是否使用SSL(端口465通常需要) attachments: 附件文件路径列表(可选) cc_emails: 抄送邮箱地址列表(可选) bcc_emails: 密送邮箱地址列表(可选)

Returns: 发送结果信息

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
receiver_emailsYes
subjectYes
contentYes
smtp_serverYes
smtp_portYes
sender_emailYes
sender_passwordYes
content_typeNoplain
use_tlsNo
use_sslNo
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. While it mentions the action (sending email) and lists parameters, it doesn't describe important behavioral aspects like error handling, rate limits, authentication requirements beyond password, what happens with attachments, or whether this is a synchronous/blocking operation. The description is functional but lacks critical operational context.

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

Conciseness3/5

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

The description is well-structured with clear sections (Args, Returns) and uses bullet-like formatting, but it's quite lengthy due to documenting 13 parameters. While each parameter explanation earns its place given the 0% schema coverage, the overall description could be more front-loaded with critical usage information before the detailed parameter list.

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 complex 13-parameter tool with no annotations and 0% schema coverage, the description does an adequate job documenting parameters but lacks important contextual information. While it has an output schema (mentioned in Returns), the description doesn't provide behavioral context about authentication, error conditions, or how this tool differs from its siblings. The parameter documentation is strong, but overall completeness is limited by missing operational guidance.

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

Parameters5/5

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

With 0% schema description coverage, the description provides comprehensive parameter documentation that fully compensates. Each parameter is clearly explained with examples (e.g., 'smtp.qq.com, smtp.gmail.com'), port guidance ('25/465/587'), content type options ('plain' or 'html'), and practical advice about TLS/SSL usage with specific ports. Optional parameters are clearly marked, and the parameter explanations add significant value beyond what the bare schema provides.

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 clearly states the specific action ('使用自定义SMTP配置发送邮件' - send email with custom SMTP configuration), which distinguishes it from sibling tools like 'send_email' and 'send_simple_email' that presumably use default configurations. The verb+resource combination is precise and unambiguous.

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 the sibling tools like 'send_email' or 'send_simple_email'. It doesn't mention prerequisites, alternative scenarios, or any context that would help an agent choose between this and other email-sending tools on the server.

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