update-card
Update an existing Anki flashcard note by specifying its note ID and optionally changing the front, back, or tags.
Instructions
Update an existing note
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| back | No | New back side content | |
| 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. | |
| front | No | New front side content | |
| noteId | Yes | ID of the note to update |