Signal Read Messages
signal_read_messagesReads messages from a specific Signal chat. The chat_id must come from a previous signal_list_chats call. Returns messages in chronological order with sender phone numbers and body text. Only messages cached locally by Signal Desktop are available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max messages to return (default 50) | |
| chat_id | Yes | Chat ID from signal_list_chats |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of messages returned | |
| messages | Yes | Messages from the chat, chronological |