create_deck
Create a new deck in Anki to organize flashcards, supporting nested deck structures with '::' notation for hierarchical organization.
Instructions
Create a new deck in Anki.
Args: deck_name: Name of the deck to create. Use '::' for nested decks (e.g., 'Parent::Child')
Returns: The deck ID of the created deck
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deck_name | Yes |