get_notifications
Fetch Twitter notifications with support for pagination and filtering by type (All, Verified, Mentions) and count.
Instructions
Fetch notifications (paginated).
Args:
notification_type: One of "All", "Verified", "Mentions" (default "All").
count: Number to fetch (default 40, max 100).
cursor: Pagination cursor from a previous response's next_cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notification_type | No | All | |
| count | No | ||
| cursor | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |