Skip to main content
Glama

anki-mcp

by ujisati

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

NameRequiredDescriptionDefault
noteYesA dictionary representing the note to update. Must include 'id' and 'fields'. Optionally 'audio', 'video', or 'picture'.

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "note": { "additionalProperties": true, "description": "A dictionary representing the note to update. Must include 'id' and 'fields'. Optionally 'audio', 'video', or '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