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
Name | Required | Description | Default |
---|---|---|---|
pattern | Yes | A glob pattern to match filenames (e.g., '*.jpg'). |