Read RSS/Atom Feed
read_rssFetch and parse RSS or Atom feeds to retrieve recent items from news sites, blogs, podcasts, and release feeds. Returns title, link, date, and summary for each entry.
Instructions
Fetch and parse an RSS or Atom feed, returning the latest items. Use for news sites, blogs, podcasts and release feeds — cheaper and more current than web_search when you know the feed.
Args:
url (string): The feed URL (e.g. "https://news.ycombinator.com/rss").
limit (number): Max items returned (default 10).
Returns items as { title, link, date, summary }.
Example: { "url": "https://lwn.net/headlines/rss", "limit": 5 }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | RSS or Atom feed URL | |
| limit | No | Max items |