model_createModel
Create a custom Anki note type by defining fields, card templates, and optional CSS. Use this tool to structure flashcard data for efficient learning and retention within the Anki platform.
Instructions
Creates a new model (note type). Returns the created model object.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cardTemplates | Yes | List of card template definitions. Each dict needs 'Name', 'Front', 'Back'. | |
css | No | Optional CSS for the model. | |
inOrderFields | Yes | List of field names in order. | |
isCloze | No | Set to true if this is a Cloze model. | |
modelId | No | Optional model ID to use. | |
modelName | Yes | The name for the new model. |