Skip to main content
Glama

Anki MCP Server

by scorzeth

get_due_cards

Retrieve a specified number of due cards for review from Anki using the Model Context Protocol, ensuring efficient study sessions.

Instructions

Returns a given number (num) of cards due for review.

Input Schema

NameRequiredDescriptionDefault
numYesNumber of due cards to get

Input Schema (JSON Schema)

{ "properties": { "num": { "description": "Number of due cards to get", "type": "number" } }, "required": [ "num" ], "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