You're viewing a demo portfolio

Join the waitlist
PRSM

get_followers

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

uluesky

https://github.com/pipeworx-io/mcp-bluesky

1/7 registries
View full server →