unmute_user
Restore a muted user's content by unmuting them without notification. Requires authentication.
Instructions
Unmute a previously muted user to restore their content in your feeds. Reverses an earlier mute_user action without notifying the target. Requires authentication (app password). Use this instead of unblock_user when the account was suppressed via mute rather than block. 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 unmute. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | Whether the unmute operation succeeded. | |
| message | Yes | Human-readable result message. | |
| unmutedUser | Yes | Details of the unmuted account. |