poll_alerts
Retrieve buffered real-time alerts received since the last poll. Requires an active subscription from subscribe_alerts.
Instructions
Retrieve buffered real-time alerts that arrived since the last poll. Must call subscribe_alerts first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of alerts to return (default 50, max 200) | |
| acknowledge | No | If true (default), clear returned alerts from buffer. If false, peek without consuming. |