Skip to main content
Glama

itunes_favorite_album

Toggle the favorite status of the album for the currently playing track. Set favorited to true to star it, or false to remove the star. Directly controls album preference in Apple Music.

Instructions

Favorite/star or unfavorite the album of the currently playing track.

Args: favorited: True to star/favorite the album, False to unstar.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
favoritedNo
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It discloses the action (favorite/unfavorite) but does not mention side effects, such as whether the action is reversible, whether it affects the currently playing track's album only, or any potential errors (e.g., if no track is playing). The description is minimal and lacks behavioral context beyond the basic action.

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

Conciseness4/5

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

The description is concise and front-loaded with the main action. It includes a clear Args section for the parameter. It is efficient with no wasted words, though it could benefit from a brief note on prerequisites.

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

Completeness2/5

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

Given the tool's simplicity (one boolean parameter, no output schema), the description is mostly adequate, but it lacks context about the dependency on a currently playing track and any potential failure modes. The sibling tools suggest a rich ecosystem, and this description doesn't clarify how it fits in, such as whether it works with any track or only the current one.

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?

The schema has 0% description coverage, but the description explains the single parameter 'favorited' as 'True to star/favorite the album, False to unstar.' This adds meaning beyond the schema's bare boolean type and default value, though it could be more explicit about the default behavior (default is true, meaning favoriting by default).

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

Purpose4/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: to favorite/star or unfavorite the album of the currently playing track. It uses a specific verb and resource, and the distinction from sibling tools like itunes_favorite_song and itunes_favorite_playlist is implicit through the album focus.

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 (when a track is playing and the user wants to favorite its album) but does not explicitly state when to use this tool versus alternatives like itunes_favorite_song or itunes_favorite_playlist. It also doesn't mention any prerequisites or conditions, such as requiring a currently playing track.

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