Skip to main content
Glama

Apple MCP Tools

by wearesage

messages

Manage Apple Messages app interactions: send, read, schedule messages, and check unread messages directly from the MCP server for automated communication tasks.

Instructions

Interact with Apple Messages app - send, read, schedule messages and check unread messages

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of messages to read (optional, for read and unread operations)
messageNoMessage to send (required for send and schedule operations)
operationYesOperation to perform: 'send', 'read', 'schedule', or 'unread'
phoneNumberNoPhone number to send message to (required for send, read, and schedule operations)
scheduledTimeNoISO string of when to send the message (required for schedule operation)

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Number of messages to read (optional, for read and unread operations)", "type": "number" }, "message": { "description": "Message to send (required for send and schedule operations)", "type": "string" }, "operation": { "description": "Operation to perform: 'send', 'read', 'schedule', or 'unread'", "enum": [ "send", "read", "schedule", "unread" ], "type": "string" }, "phoneNumber": { "description": "Phone number to send message to (required for send, read, and schedule operations)", "type": "string" }, "scheduledTime": { "description": "ISO string of when to send the message (required for schedule operation)", "type": "string" } }, "required": [ "operation" ], "type": "object" }

You must be authenticated.

Other Tools from Apple MCP Tools

Related Tools

    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/wearesage/mcp-apple'

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