list_chats
Search and filter WhatsApp chats using a case-insensitive substring query, with sorting, pagination, and option to include the last message. Works offline via local cache.
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 |