fetch_feed
Fetches and parses RSS 2.0 or Atom 1.0 feeds, returning feed metadata and entry details. Auto-detects feed format to provide structured data from any feed URL.
Instructions
Fetch and parse an RSS 2.0 or Atom 1.0 feed. Returns feed-level metadata (title, description, link, updated) plus a list of entries (title, link, id, published, updated, author, summary, content, contentType, categories). Auto-detects RSS vs Atom.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| limit | No | Max entries to return (default 50) | |
| max_bytes | No | Max bytes to read (default 10MiB) | |
| timeout_ms | No | ||
| user_agent | No | ||
| max_redirects | No | ||
| allow_private_hosts | No |