Skip to main content
Glama

MCP-AnkiConnect

by samefarrar

submit_reviews

Submit multiple card reviews to Anki by providing card IDs and ratings (wrong, hard, good, easy). Streamlines review management for efficient Anki flashcard learning.

Instructions

Submit multiple card reviews to Anki.

Args: reviews: List of dictionaries containing: - card_id (int): The ID of the card being reviewed - rating (str): The rating to give the card, one of: "wrong" - Card was incorrect (Again) "hard" - Card was difficult (Hard) "good" - Card was good (Good) "easy" - Card was very easy (Easy)

Input Schema

NameRequiredDescriptionDefault
reviewsYes

Input Schema (JSON Schema)

{ "properties": { "reviews": { "items": { "additionalProperties": { "anyOf": [ { "type": "integer" }, { "enum": [ "wrong", "hard", "good", "easy" ], "type": "string" } ] }, "propertyNames": { "enum": [ "card_id", "rating" ] }, "type": "object" }, "title": "Reviews", "type": "array" } }, "required": [ "reviews" ], "title": "submit_reviewsArguments", "type": "object" }
Install Server

Other Tools from MCP-AnkiConnect

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/samefarrar/mcp-ankiconnect'

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