Skip to main content
Glama
pp123ys

email-mcp-server

by pp123ys

schedule_send

Schedule an email to send automatically at a specific ISO timestamp. Provide recipients, subject, and body; the email is delivered when the time arrives while the server is running.

Instructions

定时发送(send_at 为 ISO 时间,服务器进程存活期间到期执行);to 不能为空

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYes
bodyYes
send_atYes
subjectYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

B3.4/5.0
Behavior3/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 behavioral disclosure. It does disclose a key limitation: execution only occurs while the server process is alive. This is valuable and beyond what the schema provides, but it does not address other behavioral aspects such as persistence, cancellation, or errors.

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 sentence with no wasted words. It front-loads the core purpose ('定时发送') and then packs the most critical behavioral and parameter caveats into the parenthetical. Efficiency is strong, though it could be slightly more structured for readability.

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?

Given the output schema exists, return values need not be explained. The description covers the most critical constraints (send_at ISO format, server lifetime, to required). However, it misses some context such as whether scheduling persists across restarts, how conflicts are handled, or any auth requirements. It is acceptable for a simple tool but has clear gaps for a scheduling feature.

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 0%, so the description must compensate. It adds crucial semantics for send_at (ISO time) and a non-empty constraint for 'to'. However, it leaves subject and body undocumented, and it doesn't explain the format of 'to' beyond non-empty, even though the schema shows it as an array of strings.

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 states '定时发送' (scheduled send), which clearly indicates the tool's function is to schedule a send rather than send immediately. This differentiates it from immediate siblings like send_email and batch_send, though it does not explicitly name the email resource or distinguish itself from other scheduling-related tools.

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?

The description implies use for delayed sending via the phrase '定时发送', and the parenthetical about server process lifetime provides an important condition. However, it does not explicitly state when to choose this over alternatives like send_email or batch_send, nor does it mention any exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

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