get_recent_messages
Retrieve recent iMessage conversations from macOS to access message history, filter by date, and manage pagination for AI assistants.
Instructions
Get the most recent messages across all conversations.
Args: limit: Maximum number of messages to return (default: 50) offset: Number of messages to skip (default: 0) after_date: Only return messages after this date (ISO8601 format)
Returns: Dictionary with messages list and pagination metadata.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| after_date | No |