Read Feed Item
read_feed_itemRetrieve the full article content of a feed item by index, returning HTML when available or the original article link for summaries.
Instructions
Read the full content of a feed item by its index number (from get_feed_items). If the feed provides full article content, it is returned as HTML. If only a summary is available, the link to the original article is returned instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feed_url | Yes | URL of the feed containing the item | |
| item_index | Yes | 1-based item number from the get_feed_items list |