Skip to main content
Glama

mac-messages-mcp

MIT License
162
  • Apple

tool_get_recent_messages

Retrieve recent messages from the macOS Messages app, filtering by time range (default: last 24 hours) and optional contact details like name, phone, or email.

Instructions

Get recent messages from the Messages app.

Args:
    hours: Number of hours to look back (default: 24)
    contact: Filter by contact name, phone number, or email (optional)
            Use "contact:N" to select a specific contact from previous matches

Input Schema

NameRequiredDescriptionDefault
contactNo
hoursNo

Input Schema (JSON Schema)

{ "properties": { "contact": { "default": null, "title": "Contact", "type": "string" }, "hours": { "default": 24, "title": "Hours", "type": "integer" } }, "title": "tool_get_recent_messagesArguments", "type": "object" }

Other Tools from mac-messages-mcp

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/carterlasalle/mac_messages_mcp'

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