Search custom feeds
search_feedsFind custom Bluesky feeds by keyword, such as science or book club. Get feed URIs to read them via get_feed, no credentials required.
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. |