Skip to main content
Glama

Anki MCP

by arielbk

delete_decks

Remove specified decks and their associated cards from Anki MCP. Customize deletion by including or excluding card removal using the deleteCards option.

Input Schema

NameRequiredDescriptionDefault
deckNamesYesArray of deck names to delete
deleteCardsNoWhether to delete the cards in the decks as well

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "deckNames": { "description": "Array of deck names to delete", "items": { "type": "string" }, "type": "array" }, "deleteCards": { "default": true, "description": "Whether to delete the cards in the decks as well", "type": "boolean" } }, "required": [ "deckNames" ], "type": "object" }
Install Server

Other Tools from Anki MCP

Related Tools

    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/arielbk/anki-mcp'

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