Skip to main content
Glama

itunes_rate_album

Rate the album of the currently playing track with 1-5 stars, or clear it with 0. Adjust album ratings directly from playback.

Instructions

Set a star rating (1–5 stars) for the album of the currently playing track.

Args: stars: Rating from 1 to 5 stars, or 0 to clear album rating.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
starsYes
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It mentions that 0 clears the rating, which is useful. However, it does not state whether the operation is reversible, requires special permissions, or affects the current track's album. For a mutation tool with no annotation support, this is a gap.

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 brief and front-loaded. The first sentence states the purpose, and the second sentence explains the parameter format. No redundant or extraneous text.

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

Completeness3/5

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

The tool is simple (single param, no output schema). The description covers the essential usage and parameter semantics. However, it could mention what success looks like or whether it affects the currently playing album, but overall it is adequate for the tool's simplicity.

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 0%, so the description must fully explain the parameter. It does: stars is an integer from 1 to 5, or 0 to clear. This adds crucial meaning beyond the raw schema, which only defines it as an integer without range or semantics.

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 function: setting a star rating (1–5) for the album of the currently playing track. It distinguishes from the sibling itunes_rate_track by specifying 'album of the currently playing track', which disambiguates scope.

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

Usage Guidelines3/5

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

The description implies usage context (must have a currently playing track) but does not explicitly state when to use this vs. alternatives like itunes_rate_track. It lacks explicit exclusions or alternative guidance, though the purpose is clear enough for an agent to infer.

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/suleyman416/mcp-applemusic'

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