Skip to main content
Glama

Anki MCP Server

by nailuoGG

update_note

Modify existing notes in Anki by updating fields, tags, or other attributes using the specified note ID. Streamline flashcard management for enhanced learning workflows.

Instructions

Update an existing note

Input Schema

NameRequiredDescriptionDefault
fieldsYesFields to update
idYesNote ID
tagsNoNew tags for the note

Input Schema (JSON Schema)

{ "properties": { "fields": { "description": "Fields to update", "type": "object" }, "id": { "description": "Note ID", "type": "number" }, "tags": { "description": "New tags for the note", "items": { "type": "string" }, "type": "array" } }, "required": [ "id", "fields" ], "type": "object" }
Install Server

Other Tools from Anki MCP Server

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

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