snooze_email
Temporarily hide an email in a Snoozed folder, then bring it back to its original folder at a set time. Cancel to wake it immediately.
Instructions
Move an email out of sight into Folders/Snoozed and bring it back to its original folder at wakeAt. IMPORTANT: like scheduled sends, wake only fires while this MCP server process stays running — if the app is closed before wakeAt, the email wakes on next server startup instead of at the requested time, not reliably at wakeAt itself. Cancelable via cancel_snooze, which wakes it immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wakeAt | Yes | ISO 8601 timestamp of when to bring it back, e.g. 2026-01-15T09:00:00.000Z. Must be in the future. | |
| emailId | Yes | Composite email id in FOLDER::UID format. |