MailPace MCP Server

send-email

Input Schema

NameRequiredDescriptionDefault
attachmentsNo
bccNo
ccNo
fromYes
htmlbodyNo
inreplytoNo
list_unsubscribeNo
referencesNo
replytoNo
subjectNo
tagsNo
textbodyNo
toYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "attachments": { "items": { "additionalProperties": false, "properties": { "cid": { "type": "string" }, "content": { "type": "string" }, "content_type": { "type": "string" }, "name": { "type": "string" } }, "required": [ "name", "content", "content_type" ], "type": "object" }, "type": "array" }, "bcc": { "type": "string" }, "cc": { "type": "string" }, "from": { "format": "email", "type": "string" }, "htmlbody": { "type": "string" }, "inreplyto": { "type": "string" }, "list_unsubscribe": { "type": "string" }, "references": { "type": "string" }, "replyto": { "type": "string" }, "subject": { "type": "string" }, "tags": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "textbody": { "type": "string" }, "to": { "type": "string" } }, "required": [ "from", "to" ], "type": "object" }

You must be authenticated.

Other Tools

ID: llsaaxhpmc