tool_fuzzy_search_messages
Search macOS Messages with fuzzy matching to find relevant conversations from recent hours using adjustable similarity thresholds.
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
| Name | Required | Description | Default |
|---|---|---|---|
| search_term | Yes | ||
| hours | No | ||
| threshold | No |