Mark notifications read
mark_readRecord your read position to ensure future notifications and home timeline fetches return only new items. Syncs read state across all clients, affecting only your view.
Instructions
Record how far you have read, so the next get_notifications with since_id returns only what is new. Syncs to the web app and every other client. Affects only your own view.
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. | |
| home_id | No | Last home-timeline status id read. | |
| notifications_id | No | Last notification id read. Take it from get_notifications. |