Skip to main content
Glama

Anki MCP

by arielbk

can_add_notes

Add and validate notes to Anki decks with specified fields, models, and tags using the Anki MCP server for efficient flashcard creation.

Input Schema

NameRequiredDescriptionDefault
notesYesArray of notes to validate

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "notes": { "description": "Array of notes to validate", "items": { "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", "type": "string" }, "tags": { "description": "Array of tags to add to the note", "items": { "type": "string" }, "type": "array" } }, "required": [ "deckName", "modelName", "fields" ], "type": "object" }, "type": "array" } }, "required": [ "notes" ], "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