get_conversation
Fetch recent message history with a contact or group from the local store using optional limit, offset, and date filters. Marks retrieved messages as read locally without sending a Signal read receipt.
Instructions
Get recent message history with a contact or group from local store. Automatically marks returned messages as read in the local store (does NOT send a Signal read receipt — call send_read_receipt for that).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max messages to return (default: 50) | |
| since | No | Only messages after this ISO datetime (e.g. 2024-01-01T00:00:00) | |
| offset | No | Number of messages to skip for pagination (default: 0) | |
| recipient | Yes | Phone number or group ID |