unrepost
Remove a repost on Bluesky Social MCP by specifying the repost URI to delete it from the server.
Instructions
Remove a repost of another user's post.
Args:
ctx: MCP context
repost_uri: URI of the repost to remove
Returns:
Status of the unrepost operation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
repost_uri | Yes |
Input Schema (JSON Schema)
{
"properties": {
"repost_uri": {
"title": "Repost Uri",
"type": "string"
}
},
"required": [
"repost_uri"
],
"title": "unrepostArguments",
"type": "object"
}