update_note_fields
Update one or more fields of an existing Anki note by providing the note ID and a mapping of field names to new values. Unchanged fields remain as-is, with automatic conversion of MathJax and code blocks.
Instructions
Update the text content of one or more fields on an existing note.
Only fields you pass in are changed; omitted fields are left alone. MathJax
(`<math>...</math>`) and code blocks/inline code are auto-converted to the
same HTML representations used by `add_note`.
Args:
note_id: Anki note ID (not a card ID).
fields: Mapping of field name -> new value.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | ||
| fields | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |