note_updateNoteFields
Modify field values of an existing note in Anki flashcards using the MCP server. Input requires a dictionary with the note ID and updated fields, supporting optional media attachments.
Instructions
Modifies the fields of an existing note.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
note | Yes | A dictionary representing the note to update. Must include 'id' and 'fields'. Optionally 'audio', 'video', or 'picture'. |