workflow_attach_zotero_note
Creates a short child note under a Zotero item with a summary, rating, and citation location, linking back to the Obsidian deep note.
Instructions
Create a short child note (≤200 chars) under the Zotero item that links back to the Obsidian deep note.
Requires ZOTERO_API_KEY and ZOTERO_LIBRARY_ID to be set.
Args: item_key: Zotero internal item key (8-char, e.g. "7BDH2DPA"). citekey: Better BibTeX citekey (used to build the obsidian:// link). summary: One-sentence summary of the paper (≤150 chars recommended). rating: Star rating, default "⭐⭐⭐". cite_in: Grant/paper section where this can be cited (e.g. "Methods 2.1").
Returns: {"success": bool, "key": str, "message": str}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rating | No | ⭐⭐⭐ | |
| cite_in | No | ||
| citekey | Yes | ||
| summary | Yes | ||
| item_key | Yes |