Skip to main content
Glama
chrischall

musicbrainz-mcp

by chrischall

Submit a user rating to MusicBrainz

musicbrainz_submit_rating
Idempotent

Set your rating (0–100) for a MusicBrainz entity with optional dry-run preview before confirming submission.

Instructions

Set YOUR rating for a MusicBrainz entity (needs OAuth: MUSICBRAINZ_OAUTH_* with the rating scope). Rating is 0–100 (MusicBrainz shows it as 1–5 stars in steps of 20; 0 removes your rating). Without confirm: true it returns a dry-run preview and makes NO network call; with confirm: true it submits. Data from MusicBrainz (https://musicbrainz.org), the open music encyclopedia.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mbidYesMBID of the entity to rate
entityYesEntity type to rate
ratingYesRating 0–100 (0 removes; 20/40/60/80/100 = 1–5 stars)
confirmNoMust be true to proceed. Without this, the tool returns a preview.
Behavior5/5

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

Discloses key behavioral traits beyond annotations: OAuth requirement, idempotent nature (setting same rating again is safe), and the dry-run preview feature. No contradiction with annotations (readOnlyHint=false, idempotentHint=true).

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?

Concise and well-structured. First sentence states purpose and OAuth requirement, second explains rating scale, third explains confirm behavior, last sentence attributes data source. No wasted words.

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

Completeness4/5

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

Given the tool's complexity (4 params, write operation), the description covers prerequisites, parameter semantics, and submission flow. Could mention return format or error handling, but the dry-run preview addresses safety concerns.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds meaningful context: rating scale mapping (0–100 to 1–5 stars) and explains that 0 removes the rating. This goes beyond the schema's description.

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 states the tool's purpose: 'Set YOUR rating for a MusicBrainz entity'. It specifies the verb, resource, and user scope, distinguishing it from sibling tools like 'musicbrainz_submit_tags' which handle tags.

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

Usage Guidelines5/5

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

Provides explicit prerequisites (OAuth with 'rating' scope) and explains the dry-run behavior: without confirm:true, it returns a preview with no network call; with confirm:true, it submits. This tells the agent when and how to use the tool safely.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chrischall/musicbrainz-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server