Skip to main content
Glama

anki-mcp

by ujisati

deck_saveDeckConfig

Save a deck configuration for Anki flashcards, ensuring the correct structure with a required 'id' field. Returns true if successful, false otherwise.

Instructions

Saves the given configuration group. Returns true on success, false otherwise.

Input Schema

NameRequiredDescriptionDefault
configYesThe deck configuration object to save. Must include an 'id'.

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "config": { "additionalProperties": true, "description": "The deck configuration object to save. Must include an 'id'.", "title": "Config", "type": "object" } }, "required": [ "config" ], "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