Search Messages
search_messagesSearches iMessage conversations by content, sender name, or date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 30) | |
| query | No | Text to search for in message content (optional if from_sender is set) | |
| since | No | ISO8601 date — only return messages on or after this date (optional, e.g. '2026-04-10' or '2026-04-10T00:00:00Z') | |
| until | No | ISO8601 date — only return messages on or before this date (optional). Combine with 'since' to search a date range with no text query. | |
| from_sender | No | Substring of sender name/handle to filter by (optional) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| query | No | ||
| since | No | ||
| until | No | ||
| results | No | ||
| from_sender | No |