zotero_create_item
Add a new reference to your Zotero library with complete metadata, including item type, title, creators, date, fields, tags, and collections.
Instructions
Create a new reference in the Zotero library.
Args: item_type: e.g. "journalArticle", "book", "bookSection", "report", "thesis", "webpage". Call zotero_list_item_types to see all. title: The item title. creators: List of {"creatorType": "author", "firstName": "...", "lastName": "..."} or {"creatorType": "author", "name": "..."} for institutional authors. date: Publication date, e.g. "2024" or "2024-03-15". fields: Any other Zotero fields for this type, e.g. {"publicationTitle": "Nature", "volume": "620", "DOI": "10.1038/..."}. Use zotero_item_type_template to see which fields are valid. tags: Tag names to attach. collection_keys: Collections to file the item into.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| tags | No | ||
| title | Yes | ||
| fields | No | ||
| creators | No | ||
| item_type | Yes | ||
| collection_keys | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||