unfollow_user
Remove a user from your following list on Bluesky Social by specifying the follow record URI using this tool. Returns the status of the unfollow operation.
Instructions
Unfollow a user.
Args:
ctx: MCP context
follow_uri: URI of the follow record to delete
Returns:
Status of the unfollow operation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
follow_uri | Yes |
Input Schema (JSON Schema)
{
"properties": {
"follow_uri": {
"title": "Follow Uri",
"type": "string"
}
},
"required": [
"follow_uri"
],
"title": "unfollow_userArguments",
"type": "object"
}