MCP App Store
Entertainment
Enzo Reader for RSS icon

Enzo Reader for RSS

by Vegas Media Group

Overview

Enzo Reader helps you keep up with your feeds and news articles. You can catch up on your latest stories, filter by unread items, favorites, feeds, tags, or date ranges, search by what an article really says, open the full text when you want more detail, and quickly mark things read, unread, or saved. It turns a messy reading backlog into something organized, searchable, and easy to stay on top of.

Tools

fetch_full_items

ChatGPT
Fetch full content of articles by UUIDs. This returns full item content. Use this when the user asks for: - specific article contents - summarizing an article or batch of articles Set optimize_for_summary to true when fetching content to summarize. Sometimes the user may refer to them as 'feeds' or 'RSS feeds' instead of articles.

fetch_items

ChatGPT
Fetch articles. Handles queries such as finding recent items, finding read or unread items, user-favorited items, items in a specific date range, items with a specific feed name, items that have specific tags, or combining date range with tags or feed names. This returns item summaries, not full content. If you need full content, use fetch_full_items and pass in the UUIDs. Data is fresh every 15 minutes - if a user asks for this again, re-fetch if more time has elapsed. Use this when the user asks for: - the latest articles - a catch-up on their latest news - all unread or all read items - items that they have favorited or starred - items in a specific date range - items matching a specific feed name - items that have specific tags - items with specific tags in a specific date range - items from specific feeds in a specific date range Do not use when: - The user is searching for items by content Sometimes the user may refer to them as 'feeds' or 'RSS feeds' instead of articles

get_article_list_status

ChatGPT
Get freshness and sync status for the article list widget. Use this when the app needs to decide whether to refresh the currently visible article list.

mark_as_favorite

ChatGPT
Set as favorite for the item matching the submitted IDs.

mark_as_read

ChatGPT
Set as read for the item matching the submitted IDs.

mark_as_unfavorite

ChatGPT
Remove favorite state for the item matching the submitted IDs.

mark_as_unread

ChatGPT
Set as unread for the item matching the submitted IDs.

render_article_list

ChatGPT
Render the article list widget from prepared article results. Use this after fetch_items or search_by_content when you want to show the interactive article list widget.

search_by_content

ChatGPT
Show articles where the content matches the user's search query. Use this when the user asks for: - Articles/items that match a freeform query Do not use when: - The user wants an overall summary of what is new in the account without any other parameters - fetching all unread or all read items - fetching items in a specific date range - fetching items for specific UUIDs - fetching items matching a specific feed name - fetching items that have specific tags Sometimes the user may refer to them as 'feeds' or 'RSS feeds' instead of articles

set_user_preferences

ChatGPT
Update user preferences. Only use this when the user asks to: - Update their preferences

App Stats

10

Tools

1

Prompts

Apr 23, 2026

First seen

ChatGPT

Platforms

Works with

ChatGPT

Data refreshed daily