create_note
Add a flashcard to Anki by specifying deck, note type, and field values. The tool creates a note which generates cards according to the note type template.
Instructions
Create a new note (flashcard) in Anki. A note generates one or more cards based on the note type template.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deck_name | Yes | Name of the deck where the note should be added | |
| note_type_name | Yes | Name of the note type (e.g., 'Basic', 'Cloze') | |
| fields | Yes | Field name to value mapping (e.g., {'Front': 'Question', 'Back': 'Answer'}) | |
| tags | No | Optional list of tags | |
| collection_path | No | Path to collection file (optional) |