zotero_create_note
Attach a new child note to any Zotero item, complete with title, formatted HTML content, and tags, enabling organized annotations within your library.
Instructions
Create a new child note attached to a Zotero item. item_key: parent item key (the note becomes a child of this item). note_title: title displayed in Zotero's note pane. note_text: note body; simple HTML is preserved (p, strong, em, ul/ol/li, a, blockquote, code). tags: optional list of tag strings to attach to the note. Requires a writable library (web API key or hybrid mode) — fails in local-only mode. To edit an existing note instead, use zotero_update_note. Example: zotero_create_note(item_key='ABC12345', note_title='Reading notes', note_text='Key claim: ...', tags=['to-cite']).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_key | Yes | Zotero item key/ID to attach the note to | |
| note_title | Yes | Title for the note | |
| note_text | Yes | Content of the note (can include simple HTML formatting) | |
| tags | No | List of tags to apply to the note |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |