Skip to main content
Glama

anki-mcp

by ujisati

media_deleteMediaFile

Remove specific media files from Anki's media folder using the input filename, ensuring efficient management of flashcard resources.

Instructions

Deletes the specified file from Anki's media folder.

Input Schema

NameRequiredDescriptionDefault
filenameYesThe name of the file to delete from the media collection.

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "filename": { "description": "The name of the file to delete from the media collection.", "title": "Filename", "type": "string" } }, "required": [ "filename" ], "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