Skip to main content
Glama

applescript-mcp

mail_create_email

Generate and send a new email via Mail.app by specifying the recipient, subject, and body using AppleScript automation for macOS applications.

Instructions

[Mail operations] Create a new email in Mail.app

Input Schema

NameRequiredDescriptionDefault
bodyYesEmail body
recipientYesEmail recipient
subjectYesEmail subject

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "Email body", "type": "string" }, "recipient": { "description": "Email recipient", "type": "string" }, "subject": { "description": "Email subject", "type": "string" } }, "required": [ "recipient", "subject", "body" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/joshrutkowski/applescript-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server