BlueSky MCP Server

by berlinbra
Verified

bluesky_get_followers

Retrieve a list of accounts following a user on BlueSky, with configurable pagination and limit options (default 50, max 100), using the BlueSky MCP Server.

Instructions

Get a list of accounts following the user

Input Schema

NameRequiredDescriptionDefault
cursorNoPagination cursor for next page of results
limitNoMaximum number of followers to return (default 50, max 100)

Input Schema (JSON Schema)

{ "properties": { "cursor": { "description": "Pagination cursor for next page of results", "type": "string" }, "limit": { "default": 50, "description": "Maximum number of followers to return (default 50, max 100)", "type": "integer" } }, "type": "object" }

Other Tools from BlueSky MCP Server

Related Tools

ID: bxvvsqt34k