due_cards
Retrieve cards due for review now, sorted soonest first. Optionally filter by deck to focus on specific learning material.
Instructions
List cards due for review now (due <= now), soonest first. Optionally
filter by deck. Returns a JSON array of {card_id, front, back, deck, due}.
Quiz the user with front, check against back, then call grade_card.
Returns '[]' when nothing is due.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deck | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |