add_note
Add a new note to a specified deck in Anki by defining the deck name, note model, field content, and optional tags for enhanced organization.
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 |