add_card
Create new Anki flashcards with HTML formatting for structured review. Automatically organizes cards by date for efficient spaced repetition.
Instructions
Create a new flashcard in Anki for the user. Must use HTML formatting only. IMPORTANT FORMATTING RULES:
Must use HTML tags for ALL formatting - NO markdown
Use for ALL line breaks
For code blocks, use with inline CSS styling
Example formatting:
Line breaks:
Code:
Title: to tags
Lists: and tags
Bold:
Italic:
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| front | Yes | The front of the card. Must use HTML formatting only. | |
| back | Yes | The back of the card. Must use HTML formatting only. |