List the brand's own Bluesky posts
list_bluesky_postsRetrieve the brand's recent Bluesky posts with engagement counts and AT-URI identifiers. Filter to exclude replies or show media posts; provides the AT-URI required for post metrics and deletion tools.
Instructions
The brand's OWN recent Bluesky posts, newest first — and THIS is where the at:// AT-URI every other Bluesky tool needs comes from. bluesky_post_metrics and delete_bluesky_post both address a post by AT-URI, so without this the only way to hold one was to have just published it in the same conversation; an agent reviewing past work had no way to name anything. Each row carries the text, when it went out, its web URL, its live like/repost/reply/quote/bookmark counts, and whether it is a REPOST of someone else's post or a reply — a repost is not the brand's own creative and must not be reported as its performance. Optional filter: posts_no_replies, posts_with_media, posts_with_replies, posts_and_author_threads (an unknown one is refused by name). Bluesky publishes NO impression or view count in any lexicon, so these are counts with no denominator and no engagement rate can be computed from them. Read-only, 0 credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | how many posts, 1–100 (default 25). 100 is Bluesky's own maximum. | |
| cursor | No | nextCursor from a previous call — a short page is NOT end-of-feed | |
| filter | No | posts_no_replies | posts_with_media | posts_with_replies | posts_and_author_threads |