Skip to main content
Glama
evamardin

Universal Email MCP Server

by evamardin

configure_email_server

Set up custom IMAP and SMTP server settings for your email account. Specify host, port, and SSL options to connect to any mail server.

Instructions

手动配置邮箱服务器设置(高级用户使用)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
userYes邮箱账号
imapHostNoIMAP服务器地址
imapPortNoIMAP端口
passwordYes邮箱密码或授权码
smtpHostNoSMTP服务器地址
smtpPortNoSMTP端口
imapSecureNo是否使用SSL
smtpSecureNo是否使用SSL

Schema Changelog

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

  1. First observedv1.0.0

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description bears the full burden of disclosing behavior. It only says 'configure', which implies mutation, but does not describe side effects, whether existing settings are overwritten, whether credentials are stored, or whether a connection test occurs.

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 a single compact sentence with the core operation front-loaded and the audience note at the end. It has no wasted words, though it is arguably so short that it under-informs.

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

Completeness2/5

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

This is an 8-parameter mutating tool with no annotations and no output schema. The description is too thin to make clear the tool's effects, prerequisites, required permissions, or relationship to setup_email_account, leaving an agent under-equipped to invoke it confidently.

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 every parameter. The description adds no additional parameter-level meaning beyond labeling the configuration as manual and advanced.

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 a verb and resource: manually configure email server settings. The word '手动' (manual) hints at a distinction from automated setup such as setup_email_account, but it does not explicitly name the sibling alternative.

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

Usage Guidelines3/5

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

It implies the tool is for advanced users who need manual control rather than automatic setup, giving some context. However, it does not explicitly state when to use this instead of setup_email_account or when not to use it.

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