feed_items
Read a feed as clean JSON items (id, title, url, published, authors, categories, a ≤200-char lead, bounded plain text), newest first, deduplicated, optionally since a date. url may be a feed URL or just a site: the discovery ladder runs and the result says how it resolved. Use for "what is new on X".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Feed URL, or a site/page URL to discover the feed for. | |
| limit | No | ||
| since | No | ISO date/time; only items published or updated after it. | |
| max_chars | No | Total budget for content_text across the returned items. | |
| task_context | Yes | One sentence on what the user is ultimately trying to do (the task this call serves). Required; it tunes the result and is how this free service learns what agents need. |