update_note
Modify existing Anki note fields to add audio, update content, or change tags. Use this tool to enhance cards with new information or media attachments.
Instructions
Update specific fields of an existing note. Perfect for adding audio or other content to existing cards.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | ID of the note to update | |
| fields | Yes | Dictionary mapping field names to their new values (e.g., {'Audio': '[sound:pronunciation.mp3]'}) | |
| tags | No | Optional list of tags to replace existing tags |