musicbrainz-mcp-server: get work
musicbrainz_get_workWork (a composition — the song as written, distinct from any specific recording) by MBID: type, language(s), ISWCs (the work-level standard identifier), writer/composer/lyricist relationships (with the credited artist MBID), aliases, tags, and the recordings that perform it. The recording relationships are returned in full (the work lookup does not page them).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mbid | Yes | Work MBID (36-character UUID). | |
| inc_relationships | No | Include writer/composer relationships, recording relationships, and external links. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mbid | No | Work MBID. | |
| tags | No | Community tags/genres (may be empty). | |
| type | No | Work type (Song, Symphony, …). Omitted when unknown. | |
| error | No | Present when the call failed. Absent on success. | |
| iswcs | No | ISWCs assigned to this work (may be empty). | |
| title | No | Work title. | |
| aliases | No | Alternate titles (may be empty). | |
| languages | No | Lyrics languages (ISO codes; may be empty). | |
| externalLinks | No | External resource links (url-rels) (may be empty). | |
| relationships | No | Writer/composer/lyricist relationships and recording-rels — the complete set (may be empty). | |
| disambiguation | No | Short qualifier. Omitted when absent. |