get_conversation
Retrieve recent message history with a contact or group from local Signal store. Marks returned messages as read locally without sending a 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 |
|---|---|---|---|
| recipient | Yes | Phone number or group ID | |
| limit | No | Max messages to return (default: 50) | |
| offset | No | Number of messages to skip for pagination (default: 0) | |
| since | No | Only messages after this ISO datetime (e.g. 2024-01-01T00:00:00) |