Skip to main content
Glama

anki-mcp

by ujisati

note_updateNoteFields

Update specific fields of an existing Anki note using the 'anki-mcp' server. Modify text, audio, video, or picture content to refine and enhance flashcard details efficiently.

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