Edit Card
edit_cardEdit a flashcard's front or back in a deck by specifying its current front text, then re-render the deck while maintaining card-quality rules for atomic and concise answers.
Instructions
Edit a card's front and/or back in a deck, identified by its current front text, then re-render the deck. Keep edits within Memora's card-quality rules (atomic, concise 1-5 word answers, unambiguous).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| front | Yes | The card's CURRENT front text (identifies the card to edit). | |
| new_back | No | New back text. Omit to keep the current back. | |
| deck_name | Yes | Deck the card belongs to. | |
| new_front | No | New front text. Omit to keep the current front. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deck | Yes | ||
| cards | Yes | ||
| count | Yes | ||
| dueCount | Yes | ||
| newCount | Yes | ||
| quizDecks | No | ||
| availableDecks | Yes |