Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.clickwheel.fm/llms.txt

Use this file to discover all available pages before exploring further.

Try asking Claude
  • “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
string
required
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).
limit
integer
default:"500"
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
string
required
Artist name (exact match).
album
string
required
Album title (exact match).

search_tracks

Case-insensitive substring search across artist, album, and title.
query
string
required
Substring to match. Empty/whitespace returns [].
limit
integer
default:"50"
Max results.