zotero_list_changes
Track changed items, collections, or searches since a specific Zotero library version, returning key-version pairs to sync incremental updates. Feed the highest version back to continue tracking.
Instructions
Track what changed since a version: returns key -> version for every item, collection, or search modified since the given library version. Use since=0 (or omit) for everything, and feed the returned highest version back next time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | Library version to diff from (0 = all). | |
| object_type | No | What to track: 'items', 'collections', or 'searches'. | items |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |