seamless://templates/variables for merge tags like {first_name}.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Email template CRUD MCP tools. Requires Connect access.
seamless://templates/variables for merge tags like {first_name}.
| Tool | Description | Risk | Schema |
|---|---|---|---|
list_templates | List templates or get one by ID. | read | #list_templates |
create_template | Create template with subject and body. | write | #create_template |
update_template | Update name, subject, or body. | write | #update_template |
delete_template | Permanently delete a template. | destructive | #delete_template |
{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "create_template",
"arguments": {
"name": "Meeting request",
"subject": "Quick intro, {first_name}",
"body": "<p>Hi {first_name},</p>"
}
},
"id": 1
}
Was this page helpful?