Skip to main content
Glama

anki-mcp

by ujisati

model_findModelsByName

Retrieve model definitions by specifying a list of model names to manage Anki flashcards efficiently. Simplify model organization and access with this targeted search tool.

Instructions

Gets a list of model definitions for the provided model names.

Input Schema

NameRequiredDescriptionDefault
modelNamesYesA list of model names.

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "modelNames": { "description": "A list of model names.", "items": { "type": "string" }, "title": "Modelnames", "type": "array" } }, "required": [ "modelNames" ], "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