Skip to main content
Glama

Anki MCP

by arielbk

set_card_specific_values

Modify specific properties of an Anki card by setting new values for selected keys, such as due date, interval, or queue status, using the card ID.

Input Schema

NameRequiredDescriptionDefault
cardIdYesCard ID to modify
keysYesArray of card property keys to modify
newValuesYesArray of new values (must match the length of keys)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cardId": { "description": "Card ID to modify", "type": "number" }, "keys": { "description": "Array of card property keys to modify", "items": { "enum": [ "data", "did", "due", "factor", "flags", "id", "ivl", "lapses", "left", "mod", "odid", "odue", "ord", "queue", "reps", "type", "usn" ], "type": "string" }, "type": "array" }, "newValues": { "description": "Array of new values (must match the length of keys)", "items": { "type": "string" }, "type": "array" } }, "required": [ "cardId", "keys", "newValues" ], "type": "object" }
Install Server

Other Tools from Anki MCP

Related Tools

    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/arielbk/anki-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server