create_flashcards_from_json
Transform JSON card data into interactive HTML flashcards with customizable templates, themes, and descriptions for study and review.
Instructions
Create interactive HTML flashcards from JSON card data.
Args: cards: List of flashcard data with 'front', 'back', and optional 'tags' title: Title for the flashcard set description: Description of the flashcard set template: Template type ('minimal', 'default', 'elegant') theme: Theme ('light' or 'dark')
Returns: HTML content as string
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cards | Yes | ||
| theme | No | light | |
| title | No | My Flashcard Set | |
| template | No | minimal | |
| description | No | Flashcards generated using MCP tools |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |