Skip to main content
Glama

get_due_cards

Retrieve scheduled Anki flashcards ready for review. Specify the number of cards to fetch, and get them ordered by due date with questions, answers, and timestamps.

Instructions

Retrieve cards that are due for review. Returns JSON object with 'count' (number of cards) and 'cards' array. Each card includes: cardId (number), question (HTML cleaned string), answer (HTML cleaned string), due (Unix timestamp). Ordered by due date (earliest first).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
numYesREQUIRED. Number of due cards to retrieve (positive integer). Example: 10 returns the 10 earliest due cards.

Latest Blog Posts

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

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