Skip to main content
Glama

anki-mcp

by ujisati

note_updateNote

Updates fields, tags, or media of an existing note in Anki flashcards. Modify note content with specified data, including text, audio, video, or images, to maintain accurate and updated study materials.

Instructions

Modifies the fields and/or tags of an existing note.

Input Schema

NameRequiredDescriptionDefault
noteYesNote object to update. Must include 'id'. Can include 'fields', 'tags', 'audio', 'video', 'picture'.

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "note": { "additionalProperties": true, "description": "Note object to update. Must include 'id'. Can include 'fields', 'tags', 'audio', 'video', 'picture'.", "title": "Note", "type": "object" } }, "required": [ "note" ], "type": "object" }

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/ujisati/anki-mcp'

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