Skip to main content
Glama

anki-mcp

by ujisati

model_modelFieldNames

Retrieve field names for a specific model in Anki flashcards using the Anki-MCP server. Input the model name to generate a structured list of fields for efficient data management and organization.

Instructions

Gets the list of field names for the provided model name.

Input Schema

NameRequiredDescriptionDefault
modelNameYesThe name of the model.

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "modelName": { "description": "The name of the model.", "title": "Modelname", "type": "string" } }, "required": [ "modelName" ], "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