read_feed
Convert any public RSS, Atom, or RDF feed into clean JSON with item details, ISO dates, and plain-text summaries for direct use in prompts.
Instructions
Read any public RSS, Atom or RDF feed as clean JSON: feed title, link and description, then items with title, real destination link, author, categories and the published date both verbatim and normalised to ISO 8601. Each summary is returned twice — the feed HTML as published, and a plain-text rendering safe to put straight into a prompt. An unparseable date is null, never an invented timestamp. Pair with url_to_markdown to read a linked article.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public http(s) URL of an RSS 2.0, Atom or RDF feed. | |
| limit | No | Maximum items, 1..100. Default 20. |