← Tools Reference

Bluesky

Bluesky integration (Social, Communication). Imported from open-connector.

API key2 toolshttps://bsky.social
GET
bluesky_get_profile
Get the detailed Bluesky profile for a handle or DID.

/xrpc/app.bsky.actor.getProfile

1 parameter
ParamTypeRequiredDescription
actorstringoptionalA Bluesky handle or DID.
GET
bluesky_search_posts
Search Bluesky posts with common filters and pagination.

/xrpc/app.bsky.feed.searchPosts

12 parameters
ParamTypeRequiredDescription
qstringrequiredThe Bluesky search query string.
sortstringoptionalThe ranking order for matching posts.
sincestringoptionalReturn posts after this ISO date or datetime.
untilstringoptionalReturn posts before this ISO date or datetime.
mentionsstringoptionalA Bluesky handle or DID.
authorstringoptionalA Bluesky handle or DID.
langstringoptionalFilter posts by language code.
domainstringoptionalFilter posts by linked hostname.
urlstringoptionalFilter posts by linked URL.
tagarrayoptionalFilter posts by hashtag values without the hash prefix.
limitintegeroptionalThe maximum number of posts to return.
cursorstringoptionalA cursor returned by Bluesky pagination.