edit_card
Update a card's front, back, or deck without altering its spaced repetition schedule. Fix typos or add context without creating duplicates.
Instructions
Edit a card's content without disturbing its schedule. Update any of
front, back, deck (omit or pass null to leave unchanged); the FSRS
review state (difficulty, stability, due date, reps) is preserved. Use
this to fix typos or add context instead of creating a duplicate card.
Returns JSON {card_id, front, back, deck}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| back | No | ||
| deck | No | ||
| front | No | ||
| card_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |