create_model
Build custom Anki flashcards by defining model names, field order, card templates, CSS, and cloze type using the create_model tool in Anki MCP.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cardTemplates | Yes | Array of card templates with Front and Back content | |
css | No | Custom CSS styling for the model | |
inOrderFields | Yes | Array of field names in order | |
isCloze | No | Whether the model should be a cloze type | |
modelName | Yes | Name of the model to create |