Skip to main content
Glama

Anki MCP

by arielbk

set_card_specific_values

Modify specific card properties in Anki MCP by assigning new values to defined keys for a given card ID, ensuring precise customization of card data.

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