Bluesky · Capability
Bluesky Social API — Notifications
Bluesky Social API — Notifications. 5 operations. Lead operation: Bluesky Count the number of unread notifications for the requesting account.. Self-contained Naftiko capability covering one Bluesky business surface.
What You Can Do
GET
Notificationgetunreadcount
— Bluesky Count the number of unread notifications for the requesting account.
/v1/xrpc/app-bsky-notification-getunreadcount
GET
Notificationlistnotifications
— Bluesky Enumerate notifications for the requesting account.
/v1/xrpc/app-bsky-notification-listnotifications
POST
Notificationputpreferences
— Bluesky Set notification-related preferences for an account.
/v1/xrpc/app-bsky-notification-putpreferences
POST
Notificationregisterpush
— Bluesky Register to receive push notifications, via a specified service, for the requesting account.
/v1/xrpc/app-bsky-notification-registerpush
POST
Notificationupdateseen
— Bluesky Notify server that the requesting account has seen notifications.
/v1/xrpc/app-bsky-notification-updateseen
MCP Tools
bluesky-count-number-unread-notifications
Bluesky Count the number of unread notifications for the requesting account.
read-only
idempotent
bluesky-enumerate-notifications-requesting-account
Bluesky Enumerate notifications for the requesting account.
read-only
idempotent
bluesky-set-notification-related-preferences
Bluesky Set notification-related preferences for an account.
bluesky-register-receive-push-notifications
Bluesky Register to receive push notifications, via a specified service, for the requesting account.
bluesky-notify-server-that-requesting
Bluesky Notify server that the requesting account has seen notifications.