update-cloze-card
Update an existing cloze note using its ID to replace text, tags, or back extra. Use this when a card needs edits.
Instructions
Update an existing cloze note
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | New tags for the note. A tag cannot contain a space (Anki splits it into two tags) or a tab or newline (Anki removes it) - use organic_chemistry or organic::chemistry for a hierarchy. | |
| text | No | New text with cloze deletions using {{c1::text}} syntax | |
| noteId | Yes | ID of the note to update | |
| backExtra | No | New extra information to show on the back of the card |