Read notifications
get_notificationsRetrieve Mastodon notifications for mentions, boosts, favourites, follows, poll results, and post edits. Filter by type to focus on actionable items like mentions.
Instructions
Mentions, boosts, favourites, follows, poll results and edits to posts you interacted with. Filter by type to get only the ones that need an answer: 'mention' is the one a person actually has to deal with.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many. Pages automatically. Default 40. | |
| types | No | Only these kinds. Omit for everything. | |
| max_id | No | Continue from a previous page. | |
| 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. | |
| since_id | No | Only notifications newer than this id. Pass the marker from get_read_position to get just the new ones. | |
| exclude_types | No | Everything except these kinds. |