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
Name | Required | Description | Default |
---|---|---|---|
cid | Yes | ||
uri | Yes |
Input Schema (JSON Schema)
{
"properties": {
"cid": {
"title": "Cid",
"type": "string"
},
"uri": {
"title": "Uri",
"type": "string"
}
},
"required": [
"uri",
"cid"
],
"title": "repostArguments",
"type": "object"
}