Get Feed Items
get_feed_itemsFetch recent items from subscribed feeds. Filter by feed ID or tag for targeted summaries, then read full articles.
Instructions
Fetch the latest items from subscribed feeds. Returns a numbered summary list with title, author, date, and whether full content is available. Use read_feed_item with the item number to get full content. Filter by feed_id for a specific feed, or by tag for a topic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter feeds by tag | |
| limit | No | Max items to return (default: 25) | |
| feed_id | No | UUID of a specific feed. Omit to fetch across all feeds. |