Chat Summary
whatsapp_chat_summaryRetrieve a readable summary of recent WhatsApp chat messages, including sender names and timestamps, to quickly understand conversation flow.
Instructions
Get a readable summary of recent messages in a WhatsApp chat, including sender names and timestamps.
This is optimized for readability — use whatsapp_read_messages for structured data with filtering, or whatsapp_search_messages for full-text search.
Args:
contactId: Phone digits for a person, or "*@g.us" for a group
limit: Number of recent messages to include (1-200, default 50)
Returns:
chat: Name, type, message count, date range
messages: Recent messages with sender name, body, timestamp, type
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contactId | Yes | Phone digits for a person, or "*@g.us" for a group | |
| limit | No | Number of recent messages to include (1-200, default 50) |