Skip to main content
Glama
sendcraftlabs

sendcraft-mcp

Official

sendcraft_schedule_email

Schedule emails for future delivery to automate reminders, follow-ups, and drip messages.

Instructions

Schedule an email for future delivery. Use this for reminders, follow-ups, drip messages, or any email that should go out at a specific time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesRecipient email
fromNoSender email (optional)
htmlYesHTML body
subjectYesSubject line
scheduled_atYesISO 8601 datetime, e.g. "2026-04-01T09:00:00Z"
Behavior3/5

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

No annotations are provided, so the description must carry the burden. It discloses the core behavioral trait (scheduling for future delivery) and adds use-case context. However, it omits operational details like return values, timezone handling, prerequisites, or cancellation, which are relevant for a write-style tool without annotation coverage.

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?

The description is two sentences, front-loaded with the primary action, and contains no filler or redundant information. Every word earns its place.

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?

For a simple scheduling tool with schema covering all parameters, the description is adequate for selection. It does not mention return values or how to cancel a scheduled email, and there is no output schema or annotations to fill that gap, leaving moderate completeness.

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 clearly. The description adds no parameter-specific semantics beyond the schema, so the baseline of 3 applies.

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 tool schedules an email for future delivery, with a specific verb ('schedule') and resource ('email'). It distinguishes itself from the sibling sendcraft_send_email by emphasizing 'future delivery' rather than immediate sending.

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 provides explicit use cases: reminders, follow-ups, drip messages, and any email that should go out at a specific time. It does not name alternatives or state exclusions, but the sibling list and 'future delivery' make the primary context clear.

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/sendcraftlabs/sendcraft-mcp'

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