Skip to main content
Glama

Bluesky Social MCP

get_author_feed

Retrieve posts from a specific user on Bluesky Social. Specify filters, limits, or include pinned posts to customize the feed output for targeted content curation.

Instructions

Get posts from a specific user.

Args: ctx: MCP context actor: Handle or DID of the user cursor: Optional pagination cursor filter: Optional filter for post types limit: Maximum number of results to return include_pins: Whether to include pinned posts Returns: Feed with posts from the specified user

Input Schema

NameRequiredDescriptionDefault
actorYes
cursorNo
filterNo
include_pinsNo
limitNo

Input Schema (JSON Schema)

{ "properties": { "actor": { "title": "Actor", "type": "string" }, "cursor": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Cursor" }, "filter": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Filter" }, "include_pins": { "default": false, "title": "Include Pins", "type": "boolean" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" } }, "required": [ "actor" ], "title": "get_author_feedArguments", "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