get_recent_feed_items
Retrieve recent items from all feeds within a configurable time window (default: 120 minutes). Use it to catch up on updates without needing to specify a feed.
Instructions
Get recent items across all feeds within a time window (default: last 120 minutes, 50 items). Use this to catch up on the latest news without specifying a feed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of items to skip for pagination (default: 0). | |
| limit | No | Number of items to return per page (default: 50, max: 100). | |
| timeZone | No | IANA timezone string for formatting dates (e.g. 'America/New_York', 'Europe/London'). Defaults to UTC. | |
| recencyInMinutes | No | Number of minutes to look back from now for recent items (default: 120). |