template_write
Generate a blank email template in MML format for composing and sending emails through the Himalaya MCP Server.
Instructions
Generate a new email template (MML format).
Returns a blank email template that can be filled in and sent via template_send. MML (MIME Meta Language) is himalaya's format for composing emails.
Args: account: Account name. If omitted, uses the default account. headers: Optional pre-filled headers (e.g. "To: user@example.com\nSubject: Hello").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| headers | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |