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
| Name | Required | Description | Default |
|---|---|---|---|
| num | Yes | REQUIRED. Number of due cards to retrieve (positive integer). Example: 10 returns the 10 earliest due cards. |