zotero_get_feed_items
Fetch recent items from a Zotero RSS feed using its local library ID. Returns titles, authors, dates, and URLs in markdown.
Instructions
Fetch recent items from a SPECIFIC Zotero RSS feed by its local library ID. Returns titles, authors, dates, and URLs as a markdown list. Find the right library_id first with zotero_list_feeds — guessing feed IDs never works. library_id: INTEGER library ID of the feed (as shown by zotero_list_feeds, NOT the feed's name or URL). limit: max feed items to return (default 20). LOCAL MODE ONLY — feeds aren't exposed by the Zotero web API. Calls in web mode return a clear error. Read-only; does not trigger a new RSS fetch (Zotero desktop refreshes on its own schedule). Example: zotero_get_feed_items(library_id=12, limit=30).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| library_id | Yes | The libraryID of the feed (from zotero_list_feeds). | |
| limit | No | Maximum number of items to return. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |