Skip to main content

get_collecting_stats

Get overall collection statistics including total items, format breakdown (vinyl, CD, cassette), unique artists, genre data, and year range.
date
string
Optional: filter to a specific date (YYYY-MM-DD)
from
string
Optional: start of date range (ISO 8601)
to
string
Optional: end of date range (ISO 8601)

get_physical_media

Browse the physical media collection (Blu-ray, 4K UHD, HD DVD).
include_images
boolean
Include artwork/poster image content blocks in the response. Default true. Set false to keep responses small. Defaults to true.
limit
number
Number of items to return Defaults to 10.
media_type
string
Optional: filter by format (bluray, uhd_bluray, hddvd) One of: bluray, uhd_bluray, hddvd.
page
number
Page number for pagination Defaults to 1.
query
string
Optional: search by title (e.g. ‘Princess Bride’, ‘Kubrick’)

get_physical_media_stats

Get statistics for the physical media collection including total items and breakdown by format (Blu-ray, 4K UHD, HD DVD). This tool takes no parameters.

get_vinyl_collection

Browse the vinyl record collection from Discogs.
artist
string
Optional: filter by artist name
date
string
Optional: filter to a specific date (YYYY-MM-DD)
format
string
Optional: filter by format (e.g. ‘Vinyl’, ‘CD’, ‘Cassette’)
from
string
Optional: start of date range (ISO 8601)
genre
string
Optional: filter by genre
include_images
boolean
Include artwork/poster image content blocks in the response. Default true. Set false to keep responses small. Defaults to true.
limit
number
Number of records to return Defaults to 10.
order
string
Optional: sort order (default: desc) One of: asc, desc.
page
number
Page number for pagination Defaults to 1.
query
string
Optional: search by artist or album title (e.g. ‘Beastie Boys’, ‘Dark Side’)
sort
string
Optional: sort field (default: date_added). Options: date_added, title, year, artist
to
string
Optional: end of date range (ISO 8601)