Skip to main content
Glama

anki-mcp

by ujisati

deck_changeDeck

Move specified card IDs to a target deck, automatically creating the deck if it does not exist. Simplify card organization in Anki with this direct deck transfer tool.

Instructions

Moves cards with the given IDs to a different deck, creating the deck if it doesn't exist yet.

Input Schema

NameRequiredDescriptionDefault
cardsYesA list of card IDs to move.
deckYesThe target deck name.

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "cards": { "description": "A list of card IDs to move.", "items": { "type": "integer" }, "title": "Cards", "type": "array" }, "deck": { "description": "The target deck name.", "title": "Deck", "type": "string" } }, "required": [ "cards", "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