get_notifications
Fetch new reliability alerts for your subscription token (events since your last poll, then the cursor advances). Use this after watch_tool without a webhook to react to outages/recoveries — no public endpoint required. Returns events with tool id, severity, and a link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max events (default 50). | |
| token | Yes | The token returned by watch_tool. |