anki_list_decks
Retrieve a complete list of decks from your Anki collection, with nested subdecks separated by '::'.
Instructions
List every deck in the collection.
Nested decks are returned with :: as the separator, e.g.
"Python::Asyncio" is the "Asyncio" subdeck of "Python".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |