search_messages
Search iMessage conversations by text content, optionally filtering by chat, time range, and paginating results using limit and offset.
Instructions
Search messages by text content and/or filter by chat and time range.
Args: query: Text to search for in message bodies. chat_guid: Limit search to a specific chat. limit: Max results (default 25). offset: Pagination offset. after: Only messages after this epoch-ms timestamp. before: Only messages before this epoch-ms timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| chat_guid | No | ||
| limit | No | ||
| offset | No | ||
| after | No | ||
| before | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |