Skip to main content
Glama

anki-mcp

by ujisati

media_getMediaFilesNames

Retrieve media file names matching a specific pattern using a glob search. Returns a list of filenames for efficient media management in Anki flashcards.

Instructions

Gets the names of media files matching the glob pattern. Returns a list of filenames.

Input Schema

NameRequiredDescriptionDefault
patternYesA glob pattern to match filenames (e.g., '*.jpg').

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "pattern": { "description": "A glob pattern to match filenames (e.g., '*.jpg').", "title": "Pattern", "type": "string" } }, "required": [ "pattern" ], "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