Anki MCP Server

update_note

Modify existing notes in Anki by updating fields, tags, or other attributes using the specified note ID. Streamline flashcard management for enhanced learning workflows.

Instructions

Update an existing note

Input Schema

NameRequiredDescriptionDefault
fieldsYesFields to update
idYesNote ID
tagsNoNew tags for the note

Input Schema (JSON Schema)

{ "properties": { "fields": { "description": "Fields to update", "type": "object" }, "id": { "description": "Note ID", "type": "number" }, "tags": { "description": "New tags for the note", "items": { "type": "string" }, "type": "array" } }, "required": [ "id", "fields" ], "type": "object" }

You must be authenticated.

Other Tools from Anki MCP Server

Related Tools

ID: fpgag671vh