fetch_due_cards_for_review
Retrieve due Anki cards for review. Optionally filter by deck, set a card limit, or choose only cards due today or up to future days. Helps prepare study material efficiently.
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 |