Skip to main content
Glama

anki-mcp

by ujisati

deck_getDeckConfig

Retrieve the configuration group object for a specified Anki deck name. Use this to access and manage deck settings within the Anki-MCP server.

Instructions

Gets the configuration group object for the given deck name. Returns the deck configuration object.

Input Schema

NameRequiredDescriptionDefault
deckYesThe name of the deck (e.g., 'Default').

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "deck": { "description": "The name of the deck (e.g., 'Default').", "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