zotero_get_recent
Retrieve the most recently added items from your Zotero library, optionally filtered by collection. Returns notes, attachments, and parent items sorted by date added.
Instructions
List the most recently ADDED items (by dateAdded) in the active library, optionally scoped to a single collection. Use this for 'what did I add recently?' questions — NOT for general topic search (use zotero_semantic_search) or for a collection's full contents (use zotero_get_collection_items). limit: how many recent items to return (default 10). collection_key: optional 8-character collection key to restrict results to that collection; when omitted, returns the N most recent items across the whole library. Ordering is dateAdded DESC. All item types are returned, INCLUDING standalone notes and attachments — so results can mix papers, notes, and loose PDFs. If you only want parent items, filter client-side by itemType in the output. Scope: active library only (switch with zotero_switch_library). Example: zotero_get_recent(limit=20) or zotero_get_recent(collection_key='MT53KB66', limit=5).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of items to return | |
| collection_key | No | Optional collection key to scope results to a specific collection |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |