Skip to main content
Glama

anki-mcp

by ujisati

card_cardsModTime

Retrieve modification timestamps for specific Anki card IDs using the card_cardsModTime tool. Input a list of card IDs to receive a detailed response with corresponding 'cardId' and 'modTime' values.

Instructions

Returns modification time for each card ID provided. Result is a list of objects with 'cardId' and 'modTime' (timestamp).

Input Schema

NameRequiredDescriptionDefault
cardsYesA list of card IDs.

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "cards": { "description": "A list of card IDs.", "items": { "type": "integer" }, "title": "Cards", "type": "array" } }, "required": [ "cards" ], "type": "object" }

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/ujisati/anki-mcp'

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