create_model
Design custom Anki card models by specifying fields, templates, and CSS. Supports both standard and cloze-type formats for flexible flashcard creation.
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 |