List WhatsApp Chats
whatsapp_list_chatsList recent WhatsApp chats with last message previews and profile pictures to obtain chat IDs for reading messages.
Instructions
List recent WhatsApp chats with last message preview and profile pictures.
Returns chat IDs, names, profile picture URLs, and a preview of the last message. Use the chat ID from results to read messages with whatsapp_read_messages.
Args:
limit: Number of chats to return (1-100, default 20)
offset: Pagination offset (default 0)
Returns array of chats with:
id: Chat ID (use this in other tools)
name: Contact or group name
picture: Profile picture URL (may expire)
lastMessage: Preview with body, from, fromMe, hasMedia, timestamp
lastMessageAt: ISO timestamp of last message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of chats to return (1-100, default 20) | |
| offset | No | Pagination offset (default 0) |