Skip to main content
Glama

Anki MCP

by arielbk

update_note

Modify Anki note content and tags by specifying the note ID, updated fields, and desired tags to enhance or correct your flashcards.

Input Schema

NameRequiredDescriptionDefault
fieldsNoObject with field names as keys and new field content as values
noteIdYesID of the note to update
tagsNoArray of tags to set for the note

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "fields": { "additionalProperties": { "type": "string" }, "description": "Object with field names as keys and new field content as values", "type": "object" }, "noteId": { "description": "ID of the note to update", "type": "number" }, "tags": { "description": "Array of tags to set for the note", "items": { "type": "string" }, "type": "array" } }, "required": [ "noteId" ], "type": "object" }
Install Server

Other Tools from Anki MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/arielbk/anki-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server