Skip to main content
Glama

Anki MCP

by arielbk

add_note

Add a new note to a specified deck in Anki by defining the deck name, note model, field content, and optional tags for enhanced organization.

Input Schema

NameRequiredDescriptionDefault
deckNameYesName of the deck to add the note to
fieldsYesObject with field names as keys and field content as values
modelNameYesName of the note model/type (e.g., "Basic", "Cloze")
tagsNoArray of tags to add to the note

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "deckName": { "description": "Name of the deck to add the note to", "type": "string" }, "fields": { "additionalProperties": { "type": "string" }, "description": "Object with field names as keys and field content as values", "type": "object" }, "modelName": { "description": "Name of the note model/type (e.g., \"Basic\", \"Cloze\")", "type": "string" }, "tags": { "description": "Array of tags to add to the note", "items": { "type": "string" }, "type": "array" } }, "required": [ "deckName", "modelName", "fields" ], "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