Manage Zotero saved searches
zotero_saved_searchesManage Zotero saved search definitions: list, create with conditions, or delete. Stored searches do not return items; query separately.
Instructions
List, create, or delete saved-search DEFINITIONS. NOTE: the Zotero cloud Web API stores saved searches but does NOT execute them — to get the items a saved search matches, run an equivalent zotero_search_items query (or use the desktop local API when available). Set action to "list" (all saved searches with their conditions), "create" (needs name and conditions, each {condition, operator, value}), or "delete" (needs search_key). Writes go to the cloud Web API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Saved-search name (create). | |
| action | Yes | ||
| conditions | No | Search conditions (create). | |
| library_id | No | ||
| search_key | No | Saved-search key (delete). | |
| library_type | No |