Skip to main content
Glama

applescript-mcp

messages_compose_message

Open Messages app with a pre-filled message or automatically send it to a recipient using macOS AppleScript integration.

Instructions

[iMessage operations] Open Messages app with a pre-filled message to a recipient or automatically send a message

Input Schema

NameRequiredDescriptionDefault
autoNoAutomatically send the message without user confirmation
bodyNoMessage body text
recipientYesPhone number or email of the recipient

Input Schema (JSON Schema)

{ "properties": { "auto": { "default": false, "description": "Automatically send the message without user confirmation", "type": "boolean" }, "body": { "default": "", "description": "Message body text", "type": "string" }, "recipient": { "description": "Phone number or email of the recipient", "type": "string" } }, "required": [ "recipient" ], "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