MCP-AnkiConnect
by samefarrar
fetch_due_cards_for_review
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
Name | Required | Description | Default |
---|---|---|---|
deck | No | ||
limit | No | ||
today_only | No |