add_note
Add a new flashcard note to a specified Anki deck with chosen model, field content, tags, and optional audio.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Array of tags to add to the note | |
| audio | No | Optional audio attachment | |
| fields | Yes | Object with field names as keys and field values as strings | |
| deckName | Yes | Name of the deck to add the note to | |
| modelName | Yes | Name of the note model/type |