ariel_get_feed
Retrieve posts from a custom Bluesky feed by providing its AT URI. Control result count with limit, paginate using cursor, and select JSON or digest output format.
Instructions
Get posts from a custom feed (feed generator)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feed | Yes | AT URI of the feed generator | |
| limit | No | Number of posts to return (1-100) | |
| cursor | No | Pagination cursor | |
| format | No | Output format: 'json' (default) or 'digest' (compact text for LLM consumption) |