Search custom feeds
search_feedsFind custom algorithmic feeds on Bluesky by topic, then pass a feed URI to get_feed to read it. Works without credentials.
Instructions
Find custom feeds, meaning the algorithmic feeds anyone on Bluesky can publish. Pass a feed's URI to get_feed to read it. Works without credentials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | What the feed is about, e.g. 'science' or 'book club'. | |
| limit | No | How many. Default 10. | |
| 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. |