add_multiple_anki_notes
Add a batch of Anki notes to a deck in one operation. Specify notes with front/back content and optional tags for bulk flashcard creation.
Instructions
Adds a BATCH of multiple Anki notes in a single, efficient operation. Use this for adding more than one card at once.
:param deck: The name of the deck to add the notes to.
:param notes: A list of notes to add. Each note should be a dictionary with "Front" and "Back" keys.
:param tags: A list of tags to add to every note in the batch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deck | Yes | ||
| tags | No | ||
| notes | Yes |