Skip to main content
Glama

anki-mcp

by ujisati

note_addNotes

Add multiple notes to Anki flashcards using the specified structure. Returns IDs for successfully created notes or null for failed attempts, streamlining bulk note creation.

Instructions

Creates multiple notes. See 'addNote' for the structure of each note object in the list. Returns a list of new note IDs, or null for notes that couldn't be created.

Input Schema

NameRequiredDescriptionDefault
notesYesA list of note objects to add.

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "notes": { "description": "A list of note objects to add.", "items": { "additionalProperties": true, "type": "object" }, "title": "Notes", "type": "array" } }, "required": [ "notes" ], "type": "object" }

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/ujisati/anki-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server