unblock_user
Restore normal interactions with a user by removing the block record from your account. Use when the account was restricted via block instead of mute.
Instructions
Unblock a previously blocked user to restore normal interactions. Deletes the block record from your repo; if the user was not blocked, the operation returns success=false without error. Requires authentication (app password). Use this instead of unmute_user when the account was restricted via block rather than mute. 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 unblock. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | True if the block was removed; false if the account was not blocked. | |
| message | Yes | Human-readable result message. | |
| unblockedUser | Yes | Details of the targeted account. |