Skip to main content
Glama

Bluesky Social MCP

get_followers

Retrieve a list of users following a specific account on Bluesky Social. Specify handle, limit results, and manage pagination for precise follower insights.

Instructions

Get users who follow an account.

Args: ctx: MCP context handle: Optional handle to get followers for. If None, gets the authenticated user limit: Maximum number of results to return (1-100) cursor: Optional pagination cursor Returns: List of follower accounts

Input Schema

NameRequiredDescriptionDefault
cursorNo
handleNo
limitNo

Input Schema (JSON Schema)

{ "properties": { "cursor": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Cursor" }, "handle": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Handle" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "default": 50, "title": "Limit" } }, "title": "get_followersArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gwbischof/bluesky-social-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server