block_user
Blocks a user to prevent them from viewing your content or interacting with you. Requires authentication and creates a permanent block record until unblocked.
Instructions
Block a user to prevent them from seeing your content and interacting with you. Creates a block record in your repo; the action cannot be undone without calling unblock_user. Requires authentication (app password). Use block_user for mutual visibility restriction; use mute_user for a private, one-sided feed suppression that does not affect the target. 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 block. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | Whether the block operation succeeded. | |
| message | Yes | Human-readable result message. | |
| blockedUser | Yes | Details of the blocked account. |