fetch_due_cards_for_review
Retrieve flashcards due for review from Anki decks, optionally filtered by deck name, limit, and due date range, for streamlined studying.
Instructions
Fetch cards due for review, formatted for an LLM to present.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
deck | No | ||
limit | No | Max cards to fetch. | |
today_only | No | True=only today's cards, False=cards due up to MAX_FUTURE_DAYS ahead. |