Read a custom feed
get_feedRetrieve posts from a custom Bluesky feed by supplying its at:// URI or bsky.app link. Provide the feed link to get its posts.
Instructions
Read posts from a custom feed by its at:// URI or bsky.app link. Find one with search_feeds, or your own with get_pinned_feeds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feed | Yes | at:// URI or bsky.app link of the feed. | |
| limit | No | How many posts. Pages automatically. Default 30. | |
| cursor | No | ||
| account | No | Which connected account to act as, by handle (for example 'alice.bsky.social' or just 'alice'). Defaults to the first connected account. Call list_accounts to see them. |