get-feed-posts
Fetch posts from a Bluesky feed by URI, specifying either the number of posts or the hours to look back.
Instructions
Fetch posts from a specified feed
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feed | Yes | The URI of the feed to fetch posts from (e.g., at://did:plc:abcdef/app.bsky.feed.generator/whats-hot) | |
| type | Yes | Whether count represents number of posts or hours to look back | |
| count | Yes | Number of posts to fetch or hours to look back |