list_conversations
Retrieve all conversations sorted by latest message, showing names, previews, timestamps, and unread counts. Get an inbox overview before reading specific chats.
Instructions
List all conversations (both direct and group) ordered by most recent message. Returns contact/group name, phone number or group_id, last message preview, timestamp, and unread count. Use this to get an inbox overview before reading specific conversations with get_conversation. Contact and group names are resolved from local signal-cli contacts and groups. Use get_unread to fetch only unread messages across all conversations. Do NOT use this to read message history — use get_conversation for that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||