create-cloze-cards-bulk
Create multiple cloze flashcards in a single Anki request, avoiding repeated calls and reducing overhead. Use for bulk text-based notes without media.
Instructions
Create multiple cloze notes in a single call. Use this instead of calling create-cloze-card repeatedly — it sends one request to Anki regardless of how many notes are in the batch. Does not support images or audio: use create-cloze-card for notes that need media.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cards | Yes | Array of cloze notes to create | |
| deckName | Yes | Name of the deck to add the notes to. The deck must already exist - use create-deck first if it does not. A `::` in the name means a nested deck: `Biology::Cells` is a deck named Cells inside a deck named Biology. There is no way to name a single deck literally `Biology::Cells`. |