fetch_feed
Retrieves the most recent items from an RSS or Atom feed, sorted newest first, with an option to shorten summaries.
Instructions
Fetch a single RSS/Atom feed and return its latest items (newest first).
summary_max_chars optionally shortens each summary (default 0 = full).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| limit | No | ||
| summary_max_chars | No |