Skip to main content
Glama

Anki MCP Server

get_leech_cards

Retrieve Anki cards tagged as leeches to identify problematic flashcards for review. Customize results by specifying the number of cards or detailed information needed.

Instructions

Retrieve cards tagged as leeches from Anki

Input Schema

NameRequiredDescriptionDefault
countNoNumber of random cards to return (defaults to all)
detailedNoWhether 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" }
Install Server

Other Tools from Anki MCP Server

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/captain-blue210/anki-mcp-server'

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