listen
Monitor Zulip conversations for new messages using efficient long-polling to reduce API calls while waiting for updates.
Instructions
Wait for new messages in the current conversation (blocking).
Uses Zulip's real-time events API (long-polling) instead of repeated GET /messages calls — ~30x fewer API calls.
Args: timeout_hours: Max wait time in hours. Default to 1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout_hours | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |