Skip to main content
Glama

anki-mcp

by ujisati

card_suspended

Determine if a specific Anki card is suspended by verifying its ID. Returns true if suspended, false if active. Essential for managing card status in Anki-MCP workflows.

Instructions

Checks if a single card is suspended by its ID. Returns true if suspended, false otherwise.

Input Schema

NameRequiredDescriptionDefault
cardYesThe ID of the card.

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "card": { "description": "The ID of the card.", "title": "Card", "type": "integer" } }, "required": [ "card" ], "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