addCardsBatch
Add multiple flashcards to a specific deck in a single operation, supporting basic and cloze card types with optional tags.
Instructions
Add multiple cards to a deck in batch
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cards | Yes | Array of cards to add | |
| deckId | Yes | ID of the deck to add cards to |