Skip to main content
Glama

Anki MCP

by arielbk

store_media_file

Save and manage media files by uploading base64 data, local files, or URLs. Delete existing files with the same name, ensuring organized media storage.

Input Schema

NameRequiredDescriptionDefault
dataNoBase64-encoded data of the file
deleteExistingNoWhether to delete existing file with same name
filenameYesName to save the media file as
pathNoLocal file path to read from
urlNoURL to download the file from

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "data": { "description": "Base64-encoded data of the file", "type": "string" }, "deleteExisting": { "description": "Whether to delete existing file with same name", "type": "boolean" }, "filename": { "description": "Name to save the media file as", "type": "string" }, "path": { "description": "Local file path to read from", "type": "string" }, "url": { "description": "URL to download the file from", "type": "string" } }, "required": [ "filename" ], "type": "object" }
Install Server

Other Tools from Anki MCP

Related Tools

    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/arielbk/anki-mcp'

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