Skip to main content
Glama

Anki MCP Server

by nailuoGG

batch_create_notes

Create multiple Anki flashcards simultaneously by specifying note details, including fields, decks, and tags, through the Anki MCP Server. Streamlines bulk flashcard creation for efficient learning.

Instructions

Create multiple notes at once

Input Schema

NameRequiredDescriptionDefault
notesYes
stopOnErrorNoWhether to stop on first error

Input Schema (JSON Schema)

{ "properties": { "notes": { "items": { "properties": { "back": { "type": "string" }, "backExtra": { "type": "string" }, "deck": { "type": "string" }, "fields": { "additionalProperties": true, "type": "object" }, "front": { "type": "string" }, "tags": { "items": { "type": "string" }, "type": "array" }, "text": { "type": "string" }, "type": { "enum": [ "Basic", "Cloze" ], "type": "string" } }, "required": [ "type", "deck" ], "type": "object" }, "type": "array" }, "stopOnError": { "description": "Whether to stop on first error", "type": "boolean" } }, "required": [ "notes" ], "type": "object" }

You must be authenticated.

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