Signal List Chats
signal_list_chatsLists Signal conversations (chats) with last-active timestamps. Reads from the local Signal Desktop database — no network access required. Returns chat IDs, contact names, and type (direct or group). Use the chat_id in subsequent signal_read_messages calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max chats to return (default 50) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chats | Yes | Signal conversations | |
| count | No | Number of chats returned |