Zoteus

Prompts (Workflows)

Seven MCP Prompts — user-triggered scholarly workflows exposed as slash commands that orchestrate the zotero_* tools for common research tasks.

Zoteus ships MCP Prompts — user-triggered scholarly workflows that hosts expose as slash commands. They orchestrate the zotero_* tools for common research tasks.

PromptArgumentsWhat it does
zotero-literature-reviewtopic, collection?Search + read + synthesize a cited mini-review.
zotero-citeitem_keys, style?Format a bibliography for specific items in a style.
zotero-add-from-urlsource, collection?Ingest a paper from a URL/DOI/ISBN/PMID/arXiv.
zotero-organizecollection?Suggest tags and collection moves for loose items.
zotero-find-relateditem_keyFind related & citing work (library + scholarly graph).
zotero-citation-audittextCheck a draft's citations against the library/literature.
zotero-summarize-collectioncollectionSummarize a collection's themes and gaps.

Each prompt returns a templated instruction message that guides the model to use the right tools (e.g. zotero_semantic_search, zotero_get_item, zotero_bibliography). They are read-only by themselves — any writes happen through the tools, with the usual safety gates.