get_followers
ActiveTool of uluesky
declared in 0.1.0
Get a user's followers on Bluesky by handle. Returns follower profiles including handles, display names, bios, and follower counts.
Parameters schema
{
"type": "object",
"examples": [
{
"handle": "alice.bsky.social"
},
{
"limit": 100,
"handle": "jack.bsky.social"
}
],
"required": [
"handle"
],
"properties": {
"limit": {
"type": "number",
"description": "Number of followers (1-100, default 50)"
},
"handle": {
"type": "string",
"description": "Bluesky handle"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
uluesky
https://github.com/pipeworx-io/mcp-bluesky
1/7 registries