get_feed_items
Retrieve items from a specific RSS feed using its feed ID, with support for pagination and timezone settings. Discover feed IDs via list-feeds.
Instructions
Get items from a specific feed by feed ID, ordered newest first (default: 50 items). Use list-feeds to discover available feed IDs.
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). | |
| feedId | Yes | The news/RSS feed ID from which to get items. | |
| timeZone | No | IANA timezone string for formatting dates (e.g. 'America/New_York', 'Europe/London'). Defaults to UTC. |