mochi_create_card
Create a flashcard with a question on the front and answer on the back using markdown. Optionally assign it to a specific deck for organized spaced repetition review.
Instructions
Create a new Mochi flashcard with front/back content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The front/question of the card | |
| content | Yes | The back/answer of the card (markdown supported) | |
| deck_id | No | Optional deck ID to add the card to |