ariel_get_list_feed
Retrieve posts from a Bluesky list feed using its AT URI. Supports pagination and compact digest output for LLM consumption.
Instructions
Get posts from a list feed
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list | Yes | AT URI of the list | |
| 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) |