send_template_email
ActiveTool of EmailMCP
declared in 1.0.0
Send an email using a predefined template
Parameters schema
{
"type": "object",
"required": [
"to",
"template"
],
"properties": {
"to": {
"type": "array",
"items": {
"type": "string"
},
"description": "Array of recipient email addresses"
},
"subject": {
"type": "string",
"optional": true,
"description": "Email subject (can override template subject)"
},
"provider": {
"type": "string",
"optional": true,
"description": "Send via a specific provider instead of the default (e.g. smtp, mailgun, sendgrid, ses, gmail, resend)"
},
"template": {
"type": "string",
"description": "Template name or path"
},
"bulk_mode": {
"enum": [
"individual",
"bcc",
"to"
],
"type": "string",
"optional": true,
"description": "Required when sending to multiple recipients. \"individual\": sends a separate email to each recipient (safest). \"bcc\": puts first recipient in TO:, rest in BCC. \"to\": puts all in TO: (exposes addresses — use only when intended)."
},
"variables": {
"type": "object",
"description": "Template variables to replace",
"additionalProperties": true
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
EmailMCP
https://github.com/nfodor/emailmcp
1/7 registries