Skip to main content
Glama

musicbrainz-mcp-server: get cover art

musicbrainz_get_cover_art
Read-onlyIdempotent

Cover Art Archive images for a release or release-group MBID: front/back flags, image types, full-resolution URLs, and 250/500/1200px thumbnail URLs. Returns an empty image set (NOT an error) when the entity has no art — absence of art is information. Art is served at the release level; a release-group MBID resolves to a representative release's art automatically. URLs are linked, never rehosted — image copyright stays with the rights holders (only MusicBrainz core metadata is CC0).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mbidYesRelease or release-group MBID (36-character UUID).
entity_typeNoWhether the MBID is a release (default) or a release-group.release

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
mbidNoThe MBID that was queried.
errorNoPresent when the call failed. Absent on success.
hasArtNoWhether any cover art exists for this entity.
imagesNoCover-art images (empty when the entity has no art).
noticeNoNotice when no art exists for the entity.
entityTypeNoWhether the MBID was treated as a release or release-group.
representativeReleaseNoFor a release-group query, the release MBID whose art was returned. Omitted for direct release queries.

TDQS

A4.5/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare the tool read-only and idempotent, and the description adds valuable non-obvious behavior beyond those hints: empty results are meaningful information rather than errors, art is always served at the release level, and linked URLs are not rehosted. The copyright/CC0 note also explains an important legal implication.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and content-dense. Each sentence carries meaningful information: outputs, empty-set behavior, release-group resolution, and rights/linking semantics. There is no filler or repetition of schema content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only lookup tool with rich parameter and output schema coverage, the description covers essential edge cases and nuances: empty art sets, release-group auto-resolution, and non-rehosted image URLs. The agent has enough context to invoke the tool correctly and even to interpret unusual responses.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, and both parameters are already described in the schema. The description reinforces the release/release-group MBID distinction and explains release-group resolution, but it does not substantially add syntax or format details beyond what the schema provides, making the schema baseline of 3 appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool as retrieving Cover Art Archive images for a release or release-group MBID and specifies the exact kinds of information returned: front/back flags, image types, full-resolution URLs, and thumbnail URLs. It is distinct from sibling entity-specific lookup tools because it targets art rather than core metadata.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear usage context: accepts release or release-group MBIDs, automatically resolves release-group MBIDs to a representative release, and returns an empty set instead of an error when no art exists. It does not explicitly compare to sibling tools, but the purpose and behavior are specific enough for an agent to select this tool appropriately.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.6/5.0
Disambiguation5/5

Each tool has a distinct purpose: browsing for paginated lists, getting individual entities, resolving identifiers, and text search. No overlap in functionality.

Naming Consistency5/5

All tools follow the musicbrainz_ prefix with clear verb-noun patterns (browse_entities, get_artist, lookup_identifier, search_entities), providing a consistent and predictable interface.

Tool Count5/5

With 10 tools covering all core MusicBrainz entity types, pagination, identifier resolution, and search, the count is well-scoped for a comprehensive API without being excessive.

Completeness5/5

The set covers all primary entity types (artist, label, recording, release, release-group, work), plus browsing, searching, identifier lookup, and cover art—providing a complete surface for MusicBrainz operations.