list_audio_files
List audio files from a specified path with filtering by metadata like size, duration, and format, plus sorting options for organized file management.
Instructions
List, filter, and sort audio files from the audio path. Supports regex pattern matching, filtering by metadata (size, duration, date, format), and sorting.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | No | ||
| min_size_bytes | No | ||
| max_size_bytes | No | ||
| min_duration_seconds | No | ||
| max_duration_seconds | No | ||
| min_modified_time | No | ||
| max_modified_time | No | ||
| format | No | ||
| sort_by | No | name | |
| reverse | No |