Skip to main content
Glama

anki-mcp

by ujisati

model_updateModelStyling

Update the CSS styling of an existing model in Anki by providing the model name and a new CSS string. Ensures precise customization of flashcard appearance through the MCP server.

Instructions

Modifies the CSS styling of an existing model by name.

Input Schema

NameRequiredDescriptionDefault
modelYesModel object. Must include 'name' (model name) and 'css' (the new CSS string).

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "model": { "additionalProperties": true, "description": "Model object. Must include 'name' (model name) and 'css' (the new CSS string).", "title": "Model", "type": "object" } }, "required": [ "model" ], "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