Skip to main content
Glama

Bluesky Social MCP

get_reposted_by

Identify users who reposted a specific post on Bluesky Social MCP by providing the post URI. Retrieve up to 100 results with optional pagination for efficient tracking.

Instructions

Get users who reposted a post.

Args: ctx: MCP context uri: URI of the post to get reposts for cid: Optional CID of the post (not strictly required) limit: Maximum number of results to return (1-100) cursor: Optional pagination cursor Returns: List of users who reposted the post

Input Schema

NameRequiredDescriptionDefault
cidNo
cursorNo
limitNo
uriYes

Input Schema (JSON Schema)

{ "properties": { "cid": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Cid" }, "cursor": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Cursor" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "default": 50, "title": "Limit" }, "uri": { "title": "Uri", "type": "string" } }, "required": [ "uri" ], "title": "get_reposted_byArguments", "type": "object" }
Install Server

Other Tools from Bluesky Social MCP

Related Tools

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