Skip to main content
Glama
yu2001-s
by yu2001-s

reschedule-scheduled-send

Change the send time of a pending scheduled email. Requires the schedule ID, new timezone-aware time, and explicit user confirmation.

Instructions

Use when: changing the future time of one pending Apple Mail scheduled send after the user explicitly confirms the schedule_id and new timezone-aware time. Returns: the updated schedule. Do not use when: the job is already sending, sent, failed, cancelled, or needs_review. Safety: changes when a real email will be sent; require explicit confirmation before passing confirmed=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
send_atYesRFC 3339 date/time with explicit offset, e.g. "2026-07-29T07:00:00+08:00"
confirmedYes
schedule_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okNo
scheduleNo
Behavior4/5

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

No annotations provided, so the description carries the full burden. It discloses the mutating effect ('changes when a real email will be sent') and the need for confirmation. It could be improved by covering edge cases (e.g., if send_at is in the past) but is generally transparent.

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, purposeful sentences: usage guidelines, return value, and safety warning. No fluff, front-loaded with the key use case.

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?

For a tool with an output schema, the description covers behavior, conditions, and return value. Minor gaps exist (e.g., error cases, validation of send_at), but overall it is sufficiently complete for an agent to invoke correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds value beyond the schema: it contextually explains 'schedule_id' and 'send_at' as a 'timezone-aware time', and clarifies 'confirmed' as requiring explicit user confirmation. Schema coverage is 33% (only send_at described), and the description compensates well.

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 ('changing the future time') and resource ('pending Apple Mail scheduled send'). It differentiates from siblings like 'cancel-scheduled-send' by focusing on rescheduling rather than cancellation.

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

Usage Guidelines5/5

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

Explicit 'Use when' and 'Do not use when' conditions are given, including specific statuses (e.g., 'already sending, sent, failed, cancelled, needs_review') and the requirement for explicit confirmation before setting 'confirmed=true'.

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/yu2001-s/apple-mail'

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