Skip to main content
Glama
sweetrb

apple-mail-mcp

by sweetrb

save-template

Save or update a reusable email template with name, subject, body, and optional default recipients. Use the returned ID to apply or manage the template later.

Instructions

Use when: creating a reusable email template (name, subject, body, optional default to/cc), or updating one by passing its existing id. Subject/body may contain placeholders for later use. Returns: the saved template's name and id (reuse the id with use-template / get-template / delete-template). Do not use when: composing a one-off message (use create-draft / send-email) or filling in a template to send (use use-template). Safety: writes the template to the on-disk templates store (APPLE_MAIL_MCP_TEMPLATES_FILE) and persists across restarts; passing an existing id overwrites that template.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ccNoDefault CC recipients
idNoTemplate ID (for updating existing template)
toNoDefault recipients
bodyYes
nameYes
subjectYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
okNo
nameNo

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/sweetrb/apple-mail-mcp'

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