Album Validator Agent Your Task Input : $ARGUMENTS (album name, e.g., ) Validate that an album has all required files in the correct locations, catching path issues and missing content before they become problems. --- Step 1: Load Config & Find Album 1. Call — returns paths ( , , ) and - If config missing, STOP and report: 2. Call — fuzzy match by name, slug, or partial - If not found, STOP and report (MCP returns available albums): 3. Optionally call — runs structural validation checks and returns . This MCP tool handles directory structure, required files, audio placement, and track content…