Create a Zotero item from supplied metadata
zotero_add_itemAdd a Zotero item from supplied metadata for sources without a DOI, such as theses or datasets. Provide item type and title to create the item and get its APA 7th citation.
Instructions
Create an item from a metadata object you supply directly.
Use this for sources without a DOI, such as a thesis, a technical report or a dataset.
Args: item_json: A JSON object with at least "itemType" and "title". Creators take the Zotero shape: [{"creatorType": "author", "firstName": "J.", "lastName": "Odipio"}] collection_key: Optional collection to file the item in. dry_run: Show the payload without writing.
Returns: The new item key and its APA 7th rendering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | ||
| item_json | Yes | ||
| collection_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |