update_note_fields
Update specific fields of an Anki note by providing the note ID and new field values to modify study card content programmatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the note to update | |
| fields | Yes | Object with field names as keys and new field values as strings |