list_chats
Retrieve WhatsApp chats from local cache using filters like search queries, sorting options, and pagination controls to organize conversations.
Instructions
(reads local cache; works while disconnected) Get WhatsApp chats matching specified criteria.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_last_message | No | ||
| limit | No | ||
| page | No | ||
| query | No | case-insensitive substring to match | |
| sort_by | No | last_active or name | last_active |