get-user-posts
Fetch posts from a specific user on Bluesky/ATProtocol by specifying their handle, count, and type (posts or hours). Use this tool to retrieve user content for analysis or integration.
Instructions
Fetch posts from a specific user
Input Schema
Name | Required | Description | Default |
---|---|---|---|
count | Yes | Number of posts to fetch or hours to look back | |
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) |