Skip to main content
Glama
Eduvent

Anki Card Manager (acm)

by Eduvent

acm_sync

Idempotently sync approved pending cards to Anki, with automatic backup, optional TSV export, and dry run mode.

Instructions

Empuja las tarjetas aprobadas pendientes a Anki, ruteadas e idempotente.

Re-correr no recrea: las subidas pasan a estado 'subida' y se saltan (E4-3). Anki cerrado → las aprobadas quedan encoladas y suben al reconectar; con export_tsv (ruta) además se exportan a TSV (E4-5). dry_run=True muestra el plan sin tocar Anki (E9-1). Antes de subir hace backup del registro (E9-3) y devuelve un batch_id deshacible con acm_undo (E9-2).

Returns: JSON con synced (id/deck/note_id), errores, batch_id y backup.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dry_runNo
export_tsvNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Even with no annotations, the description discloses key behaviors: idempotent re-runs, queuing on disconnection, backup before push, dry_run mode, and undo capability via batch_id. This adds significant context beyond the schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a clear statement, bullet points for edge cases, and a returns section. It is concise without unnecessary words, though some points could be more tightly integrated.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity and the presence of an output schema (though not provided), the description covers input parameters, behavioral details (idempotency, queuing), return fields (synced, errors, batch_id, backup), and interaction with acm_undo. It is sufficiently complete for an agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, but the description explains both parameters: dry_run shows a plan without touching Anki, and export_tsv exports to TSV along with the push. This fully compensates for the missing schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool pushes pending approved cards to Anki, is idempotent, and handles routing. However, it does not explicitly distinguish from sibling tools like acm_ingest or acm_resolve, though the reference to acm_undo provides some context.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides usage context such as idempotency, handling when Anki is closed, and options like dry_run and export_tsv. It lacks explicit guidance on when not to use this tool versus alternatives among the sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/Eduvent/Anki-MCP'

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