Skip to main content
Glama

Anki MCP Server

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

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" }

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