musicbrainz-mcp-server: get label
musicbrainz_get_labelLabel by MBID: type (Original Production, Reissue, Imprint, …), country, life span, label code (the LC number), area, aliases, tags, and external links (url-rels — Wikidata, Discogs, official site). A label's releases are a potentially huge linked set (a major label can have tens of thousands), so they are NOT embedded here — enumerate them with musicbrainz_browse_entities (target_type=release, link.label).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mbid | Yes | Label MBID (36-character UUID). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| area | No | Associated area name. Omitted when unknown. | |
| mbid | No | Label MBID. | |
| name | No | Label name. | |
| tags | No | Community tags/genres (may be empty). | |
| type | No | Label type. Omitted when unknown. | |
| error | No | Present when the call failed. Absent on success. | |
| aliases | No | Alternate names (may be empty). | |
| country | No | ISO country code. Omitted when unknown. | |
| lifeSpan | No | Founding/dissolution span. Omitted when unknown. | |
| sortName | No | Sortable name form. Omitted when absent. | |
| labelCode | No | Label code (LC number), without the "LC" prefix. Omitted when absent. | |
| externalLinks | No | External resource links (url-rels) (may be empty). | |
| disambiguation | No | Short qualifier. Omitted when absent. |