Skip to main content
Glama

Anki MCP

by arielbk

insert_reviews

Add review data to Anki MCP by submitting arrays of review tuples, including timestamps, card IDs, intervals, and review types, to track study progress effectively.

Input Schema

NameRequiredDescriptionDefault
reviewsYesArray of review tuples to insert

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "reviews": { "description": "Array of review tuples to insert", "items": { "items": [ { "description": "Review time (unix timestamp)", "type": "number" }, { "description": "Card ID", "type": "number" }, { "description": "USN", "type": "number" }, { "description": "Button pressed", "type": "number" }, { "description": "New interval", "type": "number" }, { "description": "Previous interval", "type": "number" }, { "description": "New factor", "type": "number" }, { "description": "Review duration", "type": "number" }, { "description": "Review type", "type": "number" } ], "maxItems": 9, "minItems": 9, "type": "array" }, "type": "array" } }, "required": [ "reviews" ], "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