List saved searches
zotero_list_saved_searchesList saved searches defined in your Zotero library, showing each search's conditions. Use this to review available saved searches and identify which to run.
Instructions
List the saved searches defined in the library, with their conditions. Run one with zotero_run_saved_search. Note that the local API can actually execute saved searches, which the zotero.org web API cannot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of objects to return (1-500). | |
| start | No | Zero-based offset for paging; pass the nextStart value from a previous call. | |
| groupId | No | Group library ID. Omit for the personal library ("My Library"), which is what almost every request wants. Group IDs come from zotero_list_libraries. | |
| verbose | No | Return Zotero's raw API envelope (library block, self/alternate links, full meta) instead of the flattened object. Costs many extra tokens per object; only useful when a URL or the raw meta block is genuinely needed. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | Yes | ||
| hasMore | Yes | ||
| returned | Yes | ||
| searches | Yes | ||
| nextStart | Yes | ||
| totalResults | Yes |