addClozeCard
Add a cloze deletion flashcard to a specified Anki deck by providing front, back, and cloze text fields with the deck ID.
Instructions
Add a cloze deletion card to a deck
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| back | Yes | Back side of the card | |
| tags | No | Tags for the card | |
| front | Yes | Front side of the card | |
| deckId | Yes | ID of the deck to add card to | |
| clozeText | Yes | Cloze text with {{c1::text}} format |