model_field_add
Add a custom field to a specified model at a defined position using Anki MCP. Enhance model structure by inserting fields where needed.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fieldName | Yes | Name of the field to add | |
index | Yes | Position to insert the field (0-based) | |
modelName | Yes | Name of the model |