add_card
Create a new flashcard in Anki using HTML formatting for both the front and back of the card. Ensures proper formatting with HTML tags for line breaks, code blocks, lists, and text styling.
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 <br> for ALL line breaks
- For code blocks, use <pre> with inline CSS styling
- Example formatting:
- Line breaks: <br>
- Code: <pre style="background-color: transparent; padding: 10px; border-radius: 5px;">
- Lists: <ol> and <li> tags
- Bold: <strong>
- Italic: <em>
Input Schema
Name | Required | Description | Default |
---|---|---|---|
back | Yes | The back of the card. Must use HTML formatting only. | |
front | Yes | The front of the card. Must use HTML formatting only. |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Anki MCP Server
Related Tools
- @nailuoGG/anki-mcp-server
- @samefarrar/mcp-ankiconnect
- @nailuoGG/anki-mcp-server
- @nailuoGG/anki-mcp-server
- @nailuoGG/anki-mcp-server