create_literature_note
Generate a literature note from a template, recording source details and tracking reading progress across skimming, reading, and completed stages.
Instructions
Create a new literature note from the template.
Literature notes are stored in Zettel/Literature/ and track reading progress through multi-pass reading (skimming, reading, completed).
Args: title: Full title of the paper/book/article. short_title: Short title for the filename slug (e.g. "attention-is-all-you-need"). authors: Author names, comma-separated (e.g. "Vaswani, Shazeer, Parmar"). year: Year of publication. url: URL or DOI link to the source. source_type: Type of source (article, book, video, podcast, other). extra_vars: Optional dictionary of additional template variables.
Returns: Result of the creation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| year | No | ||
| title | Yes | ||
| authors | No | ||
| extra_vars | No | ||
| short_title | Yes | ||
| source_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |