workflow_confirm_review
Update Obsidian note status to 'reviewed' and modify Zotero tags to confirm completion of literature review.
Instructions
Mark a literature note as reviewed: update the Obsidian frontmatter status to 'reviewed' and update the Zotero item tags.
Call this only after the human has reviewed and approved the note.
Args: citekey: Better BibTeX citekey. item_key: Zotero internal item key. tag_remove: Zotero tag to remove (default "在读" / "reading"). tag_add: Zotero tag to add (default "已精读" / "reviewed").
Returns: {"success": bool, "obsidian": {...}, "zotero": {...}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| citekey | Yes | ||
| tag_add | No | 已精读 | |
| item_key | Yes | ||
| tag_remove | No | 在读 |