Fetch multiple feeds
fetch_manyFetch multiple RSS/Atom feeds and combine them into a single date-sorted list of recent items. Build a digest from various sources.
Instructions
Fetch several RSS/Atom feeds and return a merged, date-sorted list of recent items. Useful for building a digest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | List of feed URLs. | |
| perFeed | No | Maximum items to take from each feed. |