zotero_create_saved_search
Create a saved search in Zotero that updates automatically, using conditions like title, creator, or date to filter items.
Instructions
Create a saved (dynamic) search that Zotero keeps in the left sidebar and that re-evaluates automatically. Conditions format: [{'condition': 'title', 'operator': 'contains', 'value': 'x'}]. Common conditions: title, creator, date, tag, publicationTitle, abstractNote, itemType; common operators: contains, doesNotContain, is, isNot, beginsWith, isBefore, isAfter. Returns the new search's key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name shown in Zotero's sidebar. | |
| join_mode | No | How conditions combine: 'all' (default) or 'any'. | all |
| conditions | Yes | Conditions, e.g. [{'condition': 'title', 'operator': 'contains', 'value': 'kuwait'}]. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |