Batch Create Anki Notes
anki_batch_create_notesCreate multiple Anki flashcards at once by specifying note type, deck, and fields for each card. Supports 2–50 notes per batch with optional tags and duplicate control.
Instructions
Use when the user wants to create multiple study cards at once (2–50 notes). Prefer this over repeated anki_create_note calls. Returns per-note success and error details. Safety: ask the user to confirm before creating a large batch of notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | Yes | Notes to create. | |
| stopOnError | No | Stop after the first failed note. | |
| allowDuplicate | No | Allow duplicate notes in their target decks. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | ||
| failed | Yes | ||
| results | Yes | ||
| successful | Yes |