add_note
Add a new flashcard to your Anki deck by specifying the deck, note type, field content, and optional tags.
Instructions
Add a new note (card) to Anki
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deckName | Yes | Name of the deck to add the note to | |
| modelName | No | Note type (model) name (default: "Basic") | Basic |
| fields | Yes | Fields content (e.g., {"Front": "Question", "Back": "Answer"}) | |
| tags | No | Tags to add to the note (optional) |