Skip to main content
Glama

create_notes_bulk

Add multiple Anki flashcards at once with batch processing, handling duplicates automatically and optionally generating audio for each card.

Instructions

Create multiple notes in a single batch operation for efficiency. Handles duplicates gracefully by reporting which notes are duplicates while still creating non-duplicate notes.

IMPORTANT: The auto_audio parameter must be passed as a dictionary/object structure with fields: enabled, source_field, target_field, language, and voice. Do NOT pass it as a JSON string. Set to null (or omit) to disable automatic audio generation. Example auto_audio object: { "enabled": true, "source_field": "Hanzi", "target_field": "Audio", "language": "cmn-cn", "voice": "cmn-CN-Chirp3-HD-Achernar" }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
deck_nameYesName of the Anki deck to add notes to
notes_listYesList of note dictionaries, each containing 'model_name', 'fields', and optionally 'tags'
auto_audioNo

Latest Blog Posts

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

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