get_leech_cards
Retrieve leech-tagged cards from Anki to analyze and manage difficult-to-learn cards. Customize output with detailed info or specific card counts for focused review.
Instructions
Retrieve cards tagged as leeches from Anki
Input Schema
Name | Required | Description | Default |
---|---|---|---|
count | No | Number of random cards to return (defaults to all) | |
detailed | No | Whether to return detailed card information or just IDs |
Input Schema (JSON Schema)
{
"properties": {
"count": {
"description": "Number of random cards to return (defaults to all)",
"minimum": 1,
"type": "number"
},
"detailed": {
"description": "Whether to return detailed card information or just IDs",
"type": "boolean"
}
},
"type": "object"
}