rss_read
Fetch and list recent entries from any RSS or Atom feed by URL or saved shelf name. Use it to spot interesting articles, then open their links for full text.
Instructions
Read any RSS/Atom feed: latest entries as a list.
The discovery half of a browse loop: spot an interesting entry, then web_read its link for the full text. Also accepts shelf names (see the shelf tool), e.g. rss_read("aeon").
Args: feed_url: full feed URL, or a shelf name limit: max entries returned (default 10)
Returns: {ok, feed_title, entries: [{title, link, published, summary}], note}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| feed_url | Yes |