Mark all as read
mark_all_as_readBulk mark articles from a feed, category, label, or stream as read. Requires a two-step confirmation to prevent accidental loss of unread status.
Instructions
Marks every article of a feed, category, label or built-in stream as read. Two-step: the first call returns a confirmation token, the second call with that token performs the change. Which articles were unread before cannot be recovered afterwards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | User label name exactly as returned by list_categories | |
| stream | No | Built-in stream: reading-list = everything (default), starred = favourites, main = feeds shown on the main stream, important = feeds marked important | |
| feed_id | No | Numeric feedId from list_feeds | |
| category | No | Category (folder) name exactly as returned by list_categories | |
| older_than | No | Only articles published before this ISO-8601 date; default: all of them | |
| confirm_token | No | Token from the first call of this tool |