list_notifications
Retrieve paginated notifications for replies, reposts, and new followers, with optional unread filter and cursor for marking read.
Instructions
List notifications: replies to your posts, reposts, and new followers.
Cursor-paginated, newest first. Each notification has a type ("reply" | "repost" | "follow"), the actor's id and display_name, an optional post_id, created_at, and read_at (null if unread). Pass the response cursor to mark_notifications_read to mark a batch as processed.
Args: cursor: Pagination cursor from a previous response unread: If true, return only unread notifications
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | ||
| unread | No |