Try asking ClaudeDocumentation Index
Fetch the complete documentation index at: https://docs.clickwheel.fm/llms.txt
Use this file to discover all available pages before exploring further.
- “What’s in my library?”
- “Do I have any Beastie Boys albums?”
- “Search my library for acoustic versions.”
library_health
Setup probe: does the library directory exist, when was the last scan, how many indexed tracks are now missing from disk, is auto-scan enabled, etc.
library_stats
High-level stats for the indexed music library.
list_albums_by_artist
Albums for a single artist, ordered by year then album title. Each entry includes track count, total size in bytes, and the year (if known).
Artist name (exact match, case-sensitive).
list_artists
All artists in the indexed library, alphabetical, with track count, album count, and total size in bytes per artist. FLAC tracks are excluded (the iPod doesn’t play FLAC).
Max artists to return.
list_tracks_by_album
All tracks on one album, ordered by disc/track number. Returns full track records: title, path, duration, file size, format, year, etc.
Artist name (exact match).
Album title (exact match).
search_tracks
Case-insensitive substring search across artist, album, and title.
Substring to match. Empty/whitespace returns [].
Max results.

