#!/bin/bash
# Test script for import_audio_files tool
# Tests tool registration and basic validation
# Database path - USE TEST DATABASE
DB_PATH=""
# Test 1: List available tools (should include import_audio_files)
| |
# Test 2: Get tool schema
| |
# Test 3: Test validation with invalid folder path
| |
# Test 4: Test validation with invalid dataset ID
| |