Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Add To Collection
discogs:add_to_collection
Add a release to a user's collection folder.
Write
Medium risk
Add To Wantlist
discogs:add_to_wantlist
Add a release to a user's wantlist with optional notes.
Write
Medium risk
Get Artist
discogs:get_artist
Fetch a single artist by ID with full details including biography and member information.
Read
Low risk
Get Label
discogs:get_label
Fetch a single label by ID with full details including sublabels and parent labels.
Read
Low risk
Get Marketplace Listing
discogs:get_marketplace_listing
Fetch a single marketplace listing by ID with full details including condition and price.
Read
Low risk
Get Master
discogs:get_master
Fetch a single master release by ID with full details including versions.
Read
Low risk
Get Release
discogs:get_release
Fetch a single release by ID with full details including tracklist and marketplace stats.
Read
Low risk
Get User Collection
discogs:get_user_collection
Fetch a user's collection items with details and custom fields.
Read
Low risk
Get User Profile
discogs:get_user_profile
Fetch a user's profile information including stats and preferences.
Read
Low risk
Get User Wantlist
discogs:get_user_wantlist
Fetch a user's wantlist items with details and notes.
Read
Low risk
List Collection Folders
discogs:list_collection_folders
List all collection folders for a user.
Read
Low risk
Remove From Collection
discogs:remove_from_collection
Remove a specific instance of a release from a user's collection folder.
Write
High risk
Remove From Wantlist
discogs:remove_from_wantlist
Remove a release from a user's wantlist.
Write
High risk
Search Artists
discogs:search_artists
Search for artists in the Discogs database.
Read
Low risk
Search Labels
discogs:search_labels
Search for labels in the Discogs database.
Read
Low risk
Search Marketplace
discogs:search_marketplace
Search for items in the Discogs marketplace with various filters.
Read
Low risk
Search Masters
discogs:search_masters
Search for master releases in the Discogs database.
Read
Low risk
Search Releases
discogs:search_releases
Search for releases in the Discogs database with various filters.
Read
Low risk