Block an account
block_accountBlocks a Mastodon account, hiding your posts from them and removing mutual follows. Reversible, but follows must be re-established manually.
Instructions
Block an account. This is visible to them, removes any follow in either direction, and hides your posts from them. Reversible, but the follows do not come back. Needs confirm: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| acct | Yes | ||
| account | No | Which connected account to act as. Matches a full handle (alice@example.social), a bare username (alice), or an instance (example.social). Defaults to the first connected account. Call list_accounts to see them. | |
| confirm | No | Must be true for this to run. The result is public immediately or cannot be undone, so it is refused without an explicit confirmation. |