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
| Name | Required | Description | Default |
|---|---|---|---|
| send_at | Yes | RFC 3339 date/time with explicit offset, e.g. "2026-07-29T07:00:00+08:00" | |
| confirmed | Yes | ||
| schedule_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| schedule | No |