Skip to main content
Glama

MCP-AnkiConnect

by samefarrar

submit_reviews

Submit multiple card reviews to Anki with ratings ('wrong', 'hard', 'good', 'easy'). Streamlines the review process by processing a list of card IDs and their respective ratings efficiently.

Instructions

Submit multiple card reviews to Anki using ratings ('wrong', 'hard', 'good', 'easy').

Args: reviews: List of review dictionaries, each with: - card_id (int): The ID of the card reviewed. - rating (str): 'wrong', 'hard', 'good', or '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" }

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