Clear every notification
clear_notificationsPermanently delete all notifications from your Mastodon account, bypassing the mark-as-read state. This irreversible action requires explicit confirmation before running.
Instructions
Delete all notifications permanently. This is not the same as marking them read, and there is no undo. Needs confirm: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. |