ariel_get_notifications
Fetch recent Bluesky notifications including likes, reposts, follows, mentions, and replies. Supports pagination, result limits, and compact or JSON output.
Instructions
Get recent notifications (likes, reposts, follows, mentions, replies)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of notifications to return (1-100) | |
| cursor | No | Pagination cursor | |
| format | No | Output format: 'json' (default) or 'digest' (compact text for LLM consumption) |