Skip to main content
Glama

anki-mcp

by ujisati

card_unsuspend

Reactivates suspended Anki flashcards by providing their card IDs. Use this tool to restore access to cards for review and study within the Anki-mcp server.

Instructions

Unsuspends the specified cards. Returns true on success.

Input Schema

NameRequiredDescriptionDefault
cardsYesA list of card IDs to unsuspend.

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "cards": { "description": "A list of card IDs to unsuspend.", "items": { "type": "integer" }, "title": "Cards", "type": "array" } }, "required": [ "cards" ], "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