Skip to main content
Glama

Bluesky Social MCP

get_follows

Retrieve a list of accounts followed by a specified or authenticated user on Bluesky Social MCP. Supports pagination and customizable result limits.

Instructions

Get users followed by an account.

Args: ctx: MCP context handle: Optional handle to get follows for. If None, gets the authenticated user limit: Maximum number of results to return (1-100) cursor: Optional pagination cursor Returns: List of followed 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_followsArguments", "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