Skip to main content
Glama
chandshy
by chandshy

Schedule Email

schedule_email

Schedule an email to be sent at a specified future time, with automatic retries for definite delivery failures.

Instructions

Schedule an email for future delivery (minimum 60 seconds from now, maximum 30 days). Definite failures are retried up to 3 times; ambiguous deliveries are never retried automatically. 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?

Annotations (readOnlyHint=false, idempotentHint=false, destructiveHint=false) indicate mutation but no idempotency or destruction. Description adds valuable retry behavior: definite failures retried up to 3 times, ambiguous deliveries never retried. This goes beyond the annotations, though it does not cover potential side effects like rate limits or credit consumption.

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 with no wasted words. The key constraints and retry policy are front-loaded, and the reference to sibling tools is efficient. Every sentence adds value.

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?

With 11 parameters (4 required) and an existing output schema, the description covers scheduling constraints, retry behavior, and related tools. It does not describe the output format or errors, but that is acceptable since an output schema is present. Slight gap: missing note that the email might be sent from a specific account, but the 'account_id' parameter is documented in the schema.

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 most parameters have descriptions in the schema. The tool description does not add new parameter-level information beyond what the schema provides. The 'account_id' parameter is mentioned in the schema as well; the description doesn't elaborate further. Baseline score of 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?

Description clearly states 'Schedule an email for future delivery' with explicit time constraints (min 60 seconds, max 30 days). It distinguishes itself from siblings like 'list_scheduled_emails' and 'cancel_scheduled_email' by mentioning them as related tools, and implies differentiation from 'send_email' by focusing on scheduling.

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?

Provides clear context for when to use the tool (scheduling future emails) and mentions related tools for viewing and canceling schedules. However, it does not explicitly state to use 'send_email' for immediate delivery, which would strengthen guidance.

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