Skip to main content
Glama

Anki MCP

by arielbk

add_notes

Add multiple notes to specified decks in Anki by defining decks, models, fields, and tags. Enhances bulk note creation for efficient card management.

Input Schema

NameRequiredDescriptionDefault
notesYesArray of notes to add

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "notes": { "description": "Array of notes to add", "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