list_chats
List archived WhatsApp chats with optional name filtering and pagination. Retrieve deterministic chat history listings in a read-only manner.
Instructions
List archived chats (1:1 and group), ordered deterministically by name. Optionally filter by a name substring. Paginate with the returned cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | Opaque cursor from a previous page; pass verbatim. | |
| search | No | Case-insensitive substring to filter chat names. |