Skip to main content
Glama

Bluesky Social MCP

repost

Repost users' content on Bluesky Social MCP by providing the URI and CID of the post, streamlining content sharing across the platform.

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" }
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