get-user-posts
Retrieve posts from any Bluesky user by handle or DID. Specify the number of posts to fetch or view posts within a set number of hours.
Instructions
Fetch posts from a specific user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Whether count represents number of posts or hours to look back | |
| user | Yes | The handle or DID of the user (e.g., alice.bsky.social) | |
| count | Yes | Number of posts to fetch or hours to look back |