add_anki_note
Add a single Anki flashcard to a specified deck by providing the front and back content, with optional tags, to grow your study collection one card at a time.
Instructions
Adds a SINGLE Anki note. Use this for adding one card at a time.
:param deck: The name of the deck to add the note to.
:param front: The content for the front of the card.
:param back: The content for the back of the card.
:param tags: A list of tags to add to the note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| back | Yes | ||
| deck | Yes | ||
| tags | No | ||
| front | Yes |