update_note
Update fields and tags of existing Anki notes by specifying note ID and optional field values, tags, or collection path.
Instructions
Update an existing note's fields and/or tags
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | ID of the note to update | |
| fields | No | Field name to value mapping for fields to update | |
| tags | No | New list of tags (replaces existing tags) | |
| collection_path | No | Path to collection file (optional) |