Fetch Feed
fetch_feedFetch and normalize any RSS / Atom / RDF feed by URL. CF-robust: fetches directly and falls back to a proxy if the source blocks the gateway. Use list_feeds first for curated sources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Feed URL, e.g. "https://news.ycombinator.com/rss". | |
| limit | No | Max items (1-50, default 20). | |
| query | No | Keyword filter over item title/summary. |