Create Item
create_itemManually create Zotero items by entering metadata like title, type, authors, and dates. Use for references that lack a DOI, such as books, theses, and webpages.
Instructions
Create a new item in the Zotero library with manual metadata entry. Common item types: journalArticle, book, bookSection, conferencePaper, webpage, thesis. For journal articles, use create_item_by_identifier with DOI instead - it's faster and more accurate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| DOI | No | DOI | |
| url | No | URL | |
| date | No | Publication date (YYYY or YYYY-MM-DD) | |
| tags | No | Tags to add | |
| issue | No | Issue number | |
| pages | No | Page range (e.g., "1-10") | |
| title | Yes | Title of the item | |
| volume | No | Volume number | |
| creators | No | List of creators (authors, editors, etc.) | |
| itemType | Yes | Item type: journalArticle, book, bookSection, conferencePaper, webpage, thesis, etc. | |
| collections | No | Collection keys to add the item to | |
| abstractNote | No | Abstract | |
| publicationTitle | No | Journal name or book title |