Album Validator Agent
1. **Use MCP tools first** - `get_config()`, `find_album()`, `validate_album_structure()` before manual checks
LLM Evaluation
Evaluated by: xiaomi/mimo-v2-flash:free
Last evaluated: May 17, 2026
Prompt Preview
---
name: validate-album
description: Validates album directory structure, file locations, and content integrity. Use before release or whenever the user wants to check an album's structural health.
argument-hint: <album-name>
model: claude-haiku-4-5-20251001
context: fork
allowed-tools:
- Read
- Bash
- Glob
- Grep
- bitwize-music-mcp
---
# Album Validator Agent
## Your Task
**Input**: $ARGUMENTS (album name, e.g., `sample-album`)
Validate that an album has all required files in th...
Full prompt length: 7861 characters