model_field_add
Add a new field to an existing model in Anki MCP by specifying the model name, field name, and insertion position for structured data management.
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 |