Skip to main content
Glama

anki-mcp

by ujisati

deck_createDeck

Generate a new empty Anki flashcard deck without overwriting existing decks. Specify the deck name to create it and receive the unique deck ID.

Instructions

Creates a new empty deck. Will not overwrite an existing deck with the same name. Returns the ID of the created deck.

Input Schema

NameRequiredDescriptionDefault
deckYesThe name of the deck to create (e.g., 'Japanese::Tokyo').

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "deck": { "description": "The name of the deck to create (e.g., 'Japanese::Tokyo').", "title": "Deck", "type": "string" } }, "required": [ "deck" ], "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