List notifications
repovive_list_notificationsFetch your in-app notifications with IDs, titles, messages, read status, and timestamps, plus unread count. Use returned IDs to mark notifications as read.
Instructions
List in-app notifications for the authenticated account with their ids, titles, messages, read state and timestamps, plus the unread count. Pass the ids to repovive_mark_notifications_read to clear them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max notifications to return | |
| response_format | No | 'markdown' or 'json' | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |