Skip to main content
Glama
chandshy
by chandshy

Schedule Email

schedule_email

Schedule email delivery for a future time between 60 seconds and 30 days from now. Failed sends are retried up to 3 times.

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
ccNoCC addresses, comma-separated
toYesRecipient address(es), comma-separated
bccNoBCC addresses, comma-separated
bodyYesEmail body (plain text or HTML)
isHtmlNo
replyToNoReply-to address
send_atYesISO 8601 datetime when to send (e.g. 2026-03-18T09:00:00Z)
subjectYesEmail subject line
priorityNo
account_idNoOptional account ID to route this call to (multi-account configs). Omit to use the active account. Configured account IDs are listed in the settings UI (Accounts tab).
attachmentsNoAttachments as objects with filename, content (base64), contentType

Output Schema

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

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

Adds retry behavior (3 attempts) beyond annotations. Annotations already indicate non-destructive write operation; description clarifies reliability mechanism.

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?

Three concise sentences with critical constraints (time range, retry, sibling tools) front-loaded. No wasted words.

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

Completeness4/5

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

Covers core behavior, time bounds, retry, and related tools. Output schema exists, so return format is covered. Could mention attachment format but sufficient for agent decision.

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 82%, so baseline is 3. Description adds time constraints for send_at and hints at ISO 8601 format, but other parameters (cc, attachments, etc.) are left to schema.

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?

Description clearly states the tool schedules email for future delivery with specific time constraints (60 sec to 30 days). It distinguishes itself from siblings like 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?

Explicitly recommends list_scheduled_emails and cancel_scheduled_email for related actions. Does not explicitly contrast with send_email for immediate delivery, but context implies use for future scheduling.

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