Email Drafts

local

email-draft-tools

Draft emails from built-in templates (follow-up, meeting request, thank-you, decline, apology, cold outreach, intro, invoice reminder, job application, resignation) or from scratch.

Included in every Nova Skills API key. Nothing to install — get a bearer token and this skill is available on your MCP endpoint.

Tools (3)

  • email_templates_list
    List built-in email templates. Returns template names and their variables.
  • email_draft
    Draft an email from a built-in template. Fill placeholders with values from the user's request. Returns subject + body ready to copy or send.
  • email_custom
    Draft an email from scratch. Provide subject and body directly (or use email_draft with a template for common cases).