anki_create_deck
Create an Anki deck, including nested parent decks, only if it does not already exist. Skip creation when the deck is already present.
Instructions
Create a deck, if it does not already exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deck | Yes | Deck name. Use `::` to nest, e.g. `"Python::Asyncio"` — every missing parent in the path is created too. Creating a deck that already exists is a no-op, not an error. | |
| response_format | No | How a tool should render its result. A `StrEnum` so the members compare equal to the plain strings a client sends over the wire (`"markdown"`, `"json"`). | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |