fetch_rss
Retrieve RSS feed entries by providing a URL. Returns title, link, and summary for each entry, and can exclude entries matching specified topics.
Instructions
Fetch any RSS feed by URL. Returns entries with title, link, and summary. If filter_out_topics is included, exclude entries related to those topics from your response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| limit | No |