mute_user
Block unwanted interactions by muting specific users on Bluesky Social MCP. Input the user's handle or DID to execute the mute operation and manage your online experience.
Instructions
Mute a user.
Args:
ctx: MCP context
actor: Handle or DID of the user to mute
Returns:
Status of the mute operation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
actor | Yes |
Input Schema (JSON Schema)
{
"properties": {
"actor": {
"title": "Actor",
"type": "string"
}
},
"required": [
"actor"
],
"title": "mute_userArguments",
"type": "object"
}