get_articles
Fetch articles from Inoreader RSS feeds, folders, or tags with filtering options for read/unread/starred status and date ranges.
Instructions
Fetch articles from a feed, folder, tag, or all items. Supports filtering by read/unread/starred status and date range. Costs 1 Zone 1 request per page (max 100 articles per page).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stream_id | No | Stream ID: feed URL (feed/http://...), folder (user/-/label/Name), or system stream (user/-/state/com.google/starred). Defaults to all items. | |
| count | No | Number of articles to fetch (1-100, default 20) | |
| order | No | Sort order (default: newest) | |
| filter | No | Filter articles by status | |
| since | No | ISO date string - only return articles published after this date | |
| continuation | No | Continuation token for pagination (from previous response) |