List Notifications
list_notificationsFetch user notifications with pagination and filtering to view only unread alerts.
Instructions
Get user notifications.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| first | No | Number of notifications to fetch | |
| offset | No | Offset for pagination | |
| after | No | Cursor for pagination | |
| unreadOnly | No | Show only unread notifications |