Skip to main content
Glama

anki-mcp

by ujisati

media_retrieveMediaFile

Retrieve the base64-encoded contents of a specified media file from Anki's collection using the MCP server. Provides the file data or returns false if the file is not found.

Instructions

Retrieves the base64-encoded contents of the specified media file. Returns the base64 string or false if not found.

Input Schema

NameRequiredDescriptionDefault
filenameYesThe name of the media file in Anki's collection.

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "filename": { "description": "The name of the media file in Anki's 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