Skip to main content
Glama
Eduvent

Anki Card Manager (acm)

by Eduvent

acm_undo

Undo a batch by ID, automatically detecting its type: for sync batches, deletes notes and reverts cards; for ingest batches, removes locally created cards without affecting Anki.

Instructions

Deshace un lote por id (E9-2 / §5). Detecta el tipo automáticamente:

  • lote de SYNC (de acm_sync): borra esas notas de Anki y revierte las tarjetas a 'aprobada'.

  • lote de INGEST (de acm_ingest): borra del registro las tarjetas creadas en esa ingesta (no toca las ya subidas a Anki).

Mirá los lotes disponibles (sync_batches / ingest_batches) con acm_stats.

Args: batch_id: id del lote (lo devuelven acm_sync / acm_ingest y los lista acm_stats).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
batch_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Sin anotaciones, la descripción detalla el comportamiento: para lotes SYNC borra notas de Anki y revierte tarjetas; para INGEST borra tarjetas del registro sin tocar Anki. Esto proporciona transparencia sobre los efectos secundarios.

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

Conciseness5/5

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

La descripción es concisa: dos párrafos claros. El primer párrafo explica el propósito y el comportamiento, el segundo da contexto adicional. Sin palabras innecesarias.

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?

La descripción cubre los dos tipos de lotes y sus efectos, y menciona de dónde obtener el batch_id. Podría añadir detalles sobre errores o requisitos, pero es suficiente para un solo parámetro y con schema de salida presente.

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

Parameters5/5

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

El único parámetro 'batch_id' está bien descrito: se indica que es el id devuelto por acm_sync/acm_ingest y listado por acm_stats. La cobertura del schema es 0%, pero la descripción compensa completamente.

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

Purpose5/5

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

El verbo 'Deshace' indica claramente la acción de deshacer un lote, y 'un lote por id' especifica el recurso. La descripción diferencia entre lotes SYNC e INGEST, lo que la distingue de otras herramientas hermanas como acm_sync o acm_ingest.

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

Usage Guidelines4/5

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

La descripción indica que los lotes disponibles se pueden ver con acm_stats, proporcionando contexto de uso. Aunque no menciona explícitamente cuándo no usar la herramienta, la información sobre los tipos de lotes guía adecuadamente al agente.

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