mute_user
Mute an account to privately suppress their posts and notifications without alerting them. Useful for a soft moderation action that hides content from your feeds.
Instructions
Mute a user to hide their content from your feeds and notifications without them knowing. The muted account is not notified. Requires authentication (app password). Use mute_user for a soft, private suppression; use block_user when you need to prevent the target from seeing your content or interacting with you. Subject to per-tool rate limiting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actor | Yes | Handle (e.g. alice.bsky.social) or DID of the account to mute. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | Whether the mute operation succeeded. | |
| message | Yes | Human-readable result message. | |
| mutedUser | Yes | Details of the muted account. |