Skip to main content
Glama

MCP-AnkiConnect

by samefarrar

fetch_due_cards_for_review

Retrieve and organize flashcards due for review in Anki, with options to filter by deck, set a limit, and focus on today’s cards.

Instructions

Fetch cards that are due for learning and format them for review. Takes optional arguments: - deck: str - Filter by specific deck. - limit: int - Maximum number of cards to fetch (default 5). More than 5 is overwhelming for users. - today_only: bool - If true, only fetch cards due today, else fetch cards up to 5 days ahead.

Input Schema

NameRequiredDescriptionDefault
deckNo
limitNo
today_onlyNo

Input Schema (JSON Schema)

{ "properties": { "deck": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Deck" }, "limit": { "default": 5, "title": "Limit", "type": "integer" }, "today_only": { "default": true, "title": "Today Only", "type": "boolean" } }, "title": "fetch_due_cards_for_reviewArguments", "type": "object" }

You must be authenticated.

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