bluesky_mentions
List notifications addressed to your Bluesky account, including mentions and replies, with optional filters for likes, reposts, follows, and quotes. Supports pagination.
Instructions
List notifications addressed to the configured Bluesky account: mentions and replies by default, optionally include reposts/likes/follows. FREE. Requires social.bluesky.handle and app_password. Returns: { notifications: [{ uri, cid, reason, author, record, indexed_at, is_read }] }. Common errors: missing credentials (VALIDATION_ERROR), AppView temporarily unavailable (PLATFORM_ERROR; the client falls back to bsky.social).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max notifications to return (default 50, max 100). | |
| cursor | No | Pagination cursor from a prior response. | |
| reasons | No | Filter by notification reason. Default: ["mention","reply"]. Other valid: like, repost, follow, quote. |