create_saved_search
Create a new saved search in Zotero by providing a name and conditions. Use operators and values to filter items, then save for future use.
Instructions
Create a new saved search. Safe: creates a brand-new key, never touches an existing one.
conditions: a list of dicts, each with exactly the keys "condition", "operator", "value", e.g. [{"condition": "itemType", "operator": "is", "value": "journalArticle"}]. Which condition/operator combinations are valid is Zotero-defined and fairly extensive; an invalid combination raises an error naming the problem.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| conditions | Yes |