get_feed_item_details
Retrieve complete details for a specific feed item by providing its feed ID and item ID. Access full content, metadata, and publication information from RSS feeds.
Instructions
Get full item details given the feed ID and feed item ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The feed item ID to get details. | |
| feedId | Yes | The feed ID of the item. | |
| timeZone | No | IANA timezone string for formatting dates (e.g. 'America/New_York', 'Europe/London'). Defaults to UTC. |