Skip to main content
Glama

anki-mcp

by ujisati

deck_deleteDecks

Delete specified Anki decks and their associated cards permanently by providing deck names and confirming card removal with the 'cardsToo' argument.

Instructions

Deletes decks with the given names. The 'cardsToo' argument must be specified and set to true.

Input Schema

NameRequiredDescriptionDefault
cardsTooYesMust be true to confirm deletion of cards within the decks.
decksYesA list of deck names to delete.

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "cardsToo": { "description": "Must be true to confirm deletion of cards within the decks.", "title": "Cardstoo", "type": "boolean" }, "decks": { "description": "A list of deck names to delete.", "items": { "type": "string" }, "title": "Decks", "type": "array" } }, "required": [ "decks", "cardsToo" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ujisati/anki-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server