create-cards-bulk
Create multiple basic flashcards in one request to Anki, reducing API calls when adding several notes. Ideal for bulk additions without images or audio.
Instructions
Create multiple basic notes in a single call. Use this instead of calling create-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-card for notes that need media.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cards | Yes | Array of 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`. |