Skip to main content
Glama

anki-mcp

by ujisati

card_setSpecificValueOfCard

Modify specific properties of an Anki flashcard by updating its keys with new values. Requires card ID, key list, and corresponding values for precise customization.

Instructions

Sets specific values of a single card. Use with caution. Returns list of booleans indicating success for each key.

Input Schema

NameRequiredDescriptionDefault
cardYesThe ID of the card to modify.
keysYesList of card property keys to change (e.g., 'flags', 'odue').
newValuesYesList of new values corresponding to the keys.
warning_checkNoSet to True for potentially risky operations.

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "card": { "description": "The ID of the card to modify.", "title": "Card", "type": "integer" }, "keys": { "description": "List of card property keys to change (e.g., 'flags', 'odue').", "items": { "type": "string" }, "title": "Keys", "type": "array" }, "newValues": { "description": "List of new values corresponding to the keys.", "items": {}, "title": "Newvalues", "type": "array" }, "warning_check": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "description": "Set to True for potentially risky operations.", "title": "Warning Check" } }, "required": [ "card", "keys", "newValues" ], "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