create_note
Add a new note to an Anki deck with specified fields, model, and optional tags for spaced repetition learning.
Instructions
Create a new note in the specified deck with the given fields and tags.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deck_name | Yes | Name of the Anki deck to add the note to | |
| model_name | Yes | Name of the note type/model to use for this note | |
| fields | Yes | Dictionary mapping field names to their values (e.g., {'Front': 'Question', 'Back': 'Answer'}) | |
| tags | No | Optional list of tags to add to the note |