fetch_feed
Fetch and parse any RSS or Atom feed to retrieve feed metadata and recent entries. Limit the number of entries returned to manage large feeds.
Instructions
Fetch and parse an RSS or Atom feed. Returns feed metadata (title, subtitle, language) and a list of entries (title, link, published date, author, summary, tags). Use limit to cap how many entries you get back — feeds can be huge. Works with any publicly-accessible feed URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Feed URL (RSS 1.0, RSS 2.0, or Atom) | |
| limit | No | Maximum number of entries to return (default 20) |