add_note
Add a note to a specified Anki deck using a chosen note type, input fields, and optional tags for organized learning.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
deckName | Yes | Name of the deck to add the note to | |
fields | Yes | Object with field names as keys and field content as values | |
modelName | Yes | Name of the note model/type (e.g., "Basic", "Cloze") | |
tags | No | Array of tags to add to the note |