get_label
Retrieve detailed information about a music label by providing its unique ID, using the Discogs API for accurate catalog data and streamlined collection management.
Instructions
Get a label
Input Schema
Name | Required | Description | Default |
---|---|---|---|
label_id | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"label_id": {
"type": "number"
}
},
"required": [
"label_id"
],
"type": "object"
}