Skip to main content
Glama

MCP-AnkiConnect

by samefarrar

fetch_due_cards_for_review

Retrieve flashcards due for review from Anki decks, optionally filtered by deck name, limit, and due date range, for streamlined studying.

Instructions

Fetch cards due for review, formatted for an LLM to present.

Args: deck: Optional[str] - Filter by specific deck name. limit: int - Maximum number of cards to fetch (default 5). today_only: bool - If true, only fetch cards due today. If false, fetch cards due up to MAX_FUTURE_DAYS ahead (currently {MAX_FUTURE_DAYS}).

Input Schema

NameRequiredDescriptionDefault
deckNo
limitNoMax cards to fetch.
today_onlyNoTrue=only today's cards, False=cards due up to MAX_FUTURE_DAYS ahead.

Input Schema (JSON Schema)

{ "properties": { "deck": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Deck" }, "limit": { "default": 5, "description": "Max cards to fetch.", "minimum": 1, "title": "Limit", "type": "integer" }, "today_only": { "default": true, "description": "True=only today's cards, False=cards due up to MAX_FUTURE_DAYS ahead.", "title": "Today Only", "type": "boolean" } }, "title": "fetch_due_cards_for_reviewArguments", "type": "object" }

Other Tools from MCP-AnkiConnect

Related Tools

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/samefarrar/mcp-ankiconnect'

If you have feedback or need assistance with the MCP directory API, please join our Discord server