Skip to main content
Glama
chandshy
by chandshy

Schedule Email

schedule_email

Send an email at a future date and time, with support for attachments, priority, and automatic retries on failure.

Instructions

Schedule an email for future delivery (minimum 60 seconds from now, maximum 30 days). Scheduled emails are retried up to 3 times on failure. Use list_scheduled_emails to view pending sends and cancel_scheduled_email to cancel before delivery.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesRecipient address(es), comma-separated
subjectYesEmail subject line
bodyYesEmail body (plain text or HTML)
send_atYesISO 8601 datetime when to send (e.g. 2026-03-18T09:00:00Z)
ccNoCC addresses, comma-separated
bccNoBCC addresses, comma-separated
isHtmlNo
priorityNo
replyToNoReply-to address
attachmentsNoAttachments as objects with filename, content (base64), contentType

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
successYes
idYesSchedule ID — use with cancel_scheduled_email
scheduledAtNo
Behavior4/5

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

Annotations only provide readOnlyHint=false, destructiveHint=false, and idempotentHint=false, which convey minimal behavior. The description adds valuable behavioral traits: retry behavior (up to 3 times) and specific time windows. It does not cover failure/success details but is adequate given the annotations.

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

Conciseness5/5

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

Two sentences, no filler, front-loaded with purpose, and efficiently includes constraints, retry info, and cross-references to sibling tools. Every sentence earns its place.

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

Completeness5/5

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

The description covers the essential constraints (time windows, retries) and points to related tools for further actions. With an output schema present, the missing return value explanation is not a gap. The tool's complexity is moderate, and the description is complete for an agent to use it correctly.

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 coverage is 80%, so the description does not need to add much for parameters. The description adds no extra parameter meaning beyond the schema (e.g., ISO 8601 format for send_at is already in schema). Hence baseline 3 is appropriate.

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 action ('Schedule an email for future delivery') and provides specific constraints (minimum 60 seconds, maximum 30 days), which distinguishes it from siblings like 'send_email' for immediate sending, and mentions related tools 'list_scheduled_emails' and 'cancel_scheduled_email'.

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

Usage Guidelines4/5

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

The description gives clear context on when to use this tool (future delivery) and directs to sibling tools for viewing or canceling scheduled emails. However, it does not explicitly state when not to use it (e.g., for immediate sending use 'send_email'), though this is implied by the constraints and sibling names.

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/chandshy/mailpouch'

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