add_card
Add a new flashcard and schedule it for immediate review. Specify the front question and back answer, optionally assign a deck, and receive the card ID and due date.
Instructions
Author a new flashcard and schedule it. front is the prompt/question,
back is the answer. Optional deck groups cards (default 'default').
Returns JSON {card_id, due}. The card is due immediately (first review).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| back | Yes | ||
| deck | No | default | |
| front | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |