Skip to main content
Glama

anki-mcp

by ujisati

model_modelFieldRemove

Remove a specified field from an existing model in Anki flashcards to streamline and organize your flashcard structure.

Instructions

Removes a field from an existing model.

Input Schema

NameRequiredDescriptionDefault
fieldNameYesName of the field to remove.
modelNameYesName of the model to modify.

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "fieldName": { "description": "Name of the field to remove.", "title": "Fieldname", "type": "string" }, "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