workflow_get_note
Fetch a literature note's content, path, and status from Obsidian vault using its citekey. Helps review written notes and decide whether to overwrite or patch.
Instructions
Read the current content of a literature note from the Obsidian vault.
Useful for reviewing what has already been written, checking the status, or deciding whether to overwrite vs. patch a note.
Args: citekey: Better BibTeX citekey (= filename without .md).
Returns: {"exists": bool, "path": str, "content": str, "status": str | None}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| citekey | Yes |