Skip to main content
Glama

anki-mcp

by ujisati

model_modelFieldAdd

Create a new field in an existing Anki model by specifying its name and optional index position. Modify model structures for enhanced flashcard customization and organization.

Instructions

Adds a new field to an existing model.

Input Schema

NameRequiredDescriptionDefault
fieldNameYesName of the new field to add.
indexNoOptional 0-based index to insert the field at.
modelNameYesName of the model to modify.

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "fieldName": { "description": "Name of the new field to add.", "title": "Fieldname", "type": "string" }, "index": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "description": "Optional 0-based index to insert the field at.", "title": "Index" }, "modelName": { "description": "Name of the model to modify.", "title": "Modelname", "type": "string" } }, "required": [ "modelName", "fieldName" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ujisati/anki-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server