Skip to main content
Glama

Anki MCP

by arielbk

gui_edit_note

Edit notes directly within Anki MCP by specifying the note ID, enabling quick updates and modifications to your study materials.

Input Schema

NameRequiredDescriptionDefault
noteIdYesID of the note to edit

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "noteId": { "description": "ID of the note to edit", "type": "number" } }, "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