create_note
Add a new note as a child of an existing Zotero item without modifying the parent. Provide parent key, HTML content, and optional tags to create a standalone note with its own key.
Instructions
Add a new note as a child of an existing item (e.g. a research note attached to a journalArticle). Safe: creates a brand-new note item with its own key; never touches the parent item's own fields or version.
content: the note's body, as Zotero-flavored HTML (e.g. "Some observation.") -- Zotero derives the note's display title from the first line of this content. tags: plain tag strings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| content | Yes | ||
| parent_key | Yes |