Skip to main content
Glama

anki-mcp

by ujisati

deck_deleteDecks

Delete specified Anki decks and their associated cards by providing deck names and confirming card deletion. Streamlines deck management within Anki-MCP server.

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