get_new_cards
Retrieve unstudied Anki flashcards from the new queue to begin learning. Specify how many cards to fetch for focused study sessions.
Instructions
Retrieve new unseen cards that haven't been studied yet. 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 card position in new queue.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| num | Yes | REQUIRED. Number of new cards to retrieve (positive integer). Example: 5 returns the first 5 new cards in the queue. |