Skip to main content
Glama

Anki MCP Server

tag_reviewed_cards

Tag specified Anki cards with a 'reviewed on date' label using a customizable prefix, helping users track and manage card review progress efficiently.

Instructions

Add a 'reviewed on date' tag to specified cards

Input Schema

NameRequiredDescriptionDefault
card_idsYesArray of card IDs to tag as reviewed
custom_tag_prefixNoCustom prefix for the tag (default: '見直し')

Input Schema (JSON Schema)

{ "properties": { "card_ids": { "description": "Array of card IDs to tag as reviewed", "items": { "type": "number" }, "type": "array" }, "custom_tag_prefix": { "description": "Custom prefix for the tag (default: '見直し')", "type": "string" } }, "required": [ "card_ids" ], "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