We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hbd/anki-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
sync_anki.py•267 B
from tools.anki.client import anki_request
async def sync_anki() -> None:
"""
Trigger Anki to sync with AnkiWeb.
This syncs your local Anki collection with the cloud,
making cards available on mobile devices.
"""
await anki_request("sync")