Skip to main content
Glama

Anki MCP

by arielbk

update_note

Modify notes in Anki by updating field content and tags using the note ID. Ensure accurate and organized learning materials with targeted edits.

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