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

ID: fpgag671vh