Anki MCP Server

update_cards

After the user answers cards you've quizzed them on, use this tool to mark them answered and update their ease

Input Schema

NameRequiredDescriptionDefault
answersNo

Input Schema (JSON Schema)

{ "properties": { "answers": { "items": { "properties": { "cardId": { "description": "Id of the card to answer", "type": "number" }, "ease": { "description": "Ease of the card between 1 (Again) and 4 (Easy)", "type": "number" } }, "type": "object" }, "type": "array" } }, "type": "object" }