fetch_due_cards_for_review
Retrieve Anki cards scheduled for review, optionally filtered by deck and due date, for efficient spaced repetition study.
Instructions
Fetch cards due for review, formatted for an LLM to present.
Args:
deck: Optional[str] - Filter by specific deck name.
limit: int - Maximum number of cards to fetch (default 5).
today_only: bool - If true, only fetch cards due today. If false, fetch cards due up to MAX_FUTURE_DAYS ahead (currently {MAX_FUTURE_DAYS}).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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |