Skip to main content
Glama

Bluesky Social MCP

repost

Share another user's post on Bluesky Social by providing its URI and CID. Simplifies reposting content while maintaining original attribution.

Instructions

Repost another user's post.

Args: ctx: MCP context uri: URI of the post to repost cid: CID of the post to repost Returns: Status of the repost operation

Input Schema

NameRequiredDescriptionDefault
cidYes
uriYes

Input Schema (JSON Schema)

{ "properties": { "cid": { "title": "Cid", "type": "string" }, "uri": { "title": "Uri", "type": "string" } }, "required": [ "uri", "cid" ], "title": "repostArguments", "type": "object" }

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