update_note
Edit an existing Anki card's front, back, or tags by specifying its note ID, keeping flashcard content accurate.
Instructions
Edit an existing card's fields or tags.
Args: note_id: The note ID (from search_notes results) front: New front field content (optional) back: New back field content (optional) tags: New tag list — replaces all existing tags (optional)
Returns: Confirmation of update
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| back | No | ||
| tags | No | ||
| front | No | ||
| note_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |