list_conversations
Retrieve an inbox overview of all conversations, including previews, timestamps, and unread counts, to decide which chats to open.
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 | |||