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
Name | Required | Description | Default |
---|---|---|---|
model | Yes | Model object. Must include 'name' (model name) and 'css' (the new CSS string). |