Attach a note to a Zotero item
zotero_create_noteAttach a child note to an existing Zotero item using plain text or HTML, add optional tags, and retrieve the new note key.
Instructions
Attach a child note to an existing item.
Args: item_key: Key of the parent item. content: Note text. Plain text is converted to simple HTML paragraphs; if the text already contains HTML tags it is sent unchanged. tags: Optional comma-separated tags for the note. dry_run: Show the payload without writing.
Returns: The new note's key, or the payload if dry_run is set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| content | Yes | ||
| dry_run | No | ||
| item_key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |