Skip to main content
Glama

anki-mcp

by ujisati

model_modelStyling

Retrieve CSS styling for a specific Anki flashcard model using the model name. Returns an object with the 'css' field for customization.

Instructions

Gets the CSS styling for the provided model name. Returns an object containing the 'css' field.

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