Skip to main content
Glama

mac-messages-mcp

MIT License
155
  • Apple

tool_fuzzy_search_messages

Find and retrieve messages from the macOS Messages app using fuzzy search for partial matches within a specified time range. Filter results by similarity threshold to locate relevant text efficiently.

Instructions

Fuzzy search for messages containing the search_term within the last N hours. Returns messages that match the search term with a similarity score. Args: search_term: The text to search for in messages. hours: How many hours back to search (default 24). Must be positive. threshold: Similarity threshold for matching (0.0 to 1.0, default 0.6). Lower is more lenient.

Input Schema

NameRequiredDescriptionDefault
hoursNo
search_termYes
thresholdNo

Input Schema (JSON Schema)

{ "properties": { "hours": { "default": 24, "title": "Hours", "type": "integer" }, "search_term": { "title": "Search Term", "type": "string" }, "threshold": { "default": 0.6, "title": "Threshold", "type": "number" } }, "required": [ "search_term" ], "title": "tool_fuzzy_search_messagesArguments", "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/carterlasalle/mac_messages_mcp'

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