whatsapp_get_messages
Retrieve buffered incoming WhatsApp messages, newest first. Filter by chat, since timestamp, and limit.
Instructions
Get buffered incoming messages, newest first. Optionally filter by chatId and/or a 'since' epoch-ms timestamp, and cap with 'limit'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max messages to return (default 20). | |
| since | No | Only messages at/after this epoch-ms timestamp. | |
| chatId | No | Filter to a specific chat JID (from whatsapp_list_chats). |