Skip to main content
Glama

Anki MCP Server

by scorzeth

update_cards

Mark cards as answered and update their ease after user reviews in the Anki MCP Server, ensuring accurate progress tracking and optimized learning schedules.

Instructions

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" }

You must be authenticated.

Other Tools from Anki MCP Server

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

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