receive_messages
Manually poll Signal to store new messages without reading content. Ideal for background or deferred message handling.
Instructions
Manually poll signal-cli for new messages and store them. Prefer get_unread — it does this automatically and returns results in one call. Use receive_messages only if you want to poll without reading results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | Seconds to wait for messages (default: 5) |