list_chats
Retrieve active conversations sorted by most recent activity, providing chat IDs, participant names, unread counts, and last message previews to identify and access specific chats.
Instructions
List conversations, most recently active first.
Each entry carries the chat_guid needed by the other tools, the other participant's name where it is known, how many unread messages it holds, and a preview of the last message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of conversations to return (default: 20) | |
| offset | No | Number of conversations to skip from the start (default: 0) |