bluesky_get_posts
Retrieve recent posts from a specified user on BlueSky using API calls. Supports pagination with a cursor and limits results (default 50, max 100) for efficient data retrieval.
Instructions
Get recent posts from a user
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cursor | No | Pagination cursor for next page of results | |
limit | No | Maximum number of posts to return (default 50, max 100) |