MCP-AnkiConnect

num_cards_due_today

Get the number of cards due today with an optional deck filter

Input Schema

NameRequiredDescriptionDefault
deckNo

Input Schema (JSON Schema)

{ "properties": { "deck": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Deck" } }, "title": "num_cards_due_todayArguments", "type": "object" }