update_note_fields
Update specific fields of an existing Anki note by providing note ID and field name-value pairs. Optionally preview changes with dry run mode before applying.
Instructions
Update specific fields of an existing note. Supports dryRun.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noteId | Yes | The note ID to update. | |
| fields | Yes | Field name-value pairs to update. | |
| dryRun | No | If true, only preview without writing. |