Skip to main content
Glama
Zheng-Kun
by Zheng-Kun

music_set_playback_options

Adjust Apple Music playback settings including volume, mute, shuffle, repeat, EQ, and AirPlay output.

Instructions

Set volume, mute, shuffle, repeat, EQ, and AirPlay output selection.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
optionsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okNo
dataNo
metaNo
warningsNo
Behavior2/5

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

Annotations already indicate this is a non-read-only operation, and the description merely says 'Set' without adding any behavioral nuances. It does not disclose whether unspecified options are left unchanged, whether changes are immediate, or any permission requirements. The description adds little beyond the annotations.

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 a single, compact sentence that immediately states the action and the covered settings. There is no unnecessary verbosity, and it is appropriately front-loaded.

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 complexity (nested options object, multiple settings, sibling tools like music_control_playback), the description is too brief. It does not explain the partial-update semantics, the structure of the options object, or how AirPlay device IDs are selected. The presence of an output schema does not offset these gaps because the description alone leaves too much unspecified.

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

Parameters2/5

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

Schema description coverage is 0%, and while the description lists the editable properties, it fails to explain that these are nested inside the required 'options' object. This omission could confuse an agent into thinking it can set them as top-level parameters. The description does not compensate for the lack of schema documentation in prose.

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 uses a specific verb ('Set') and lists the exact resources (volume, mute, shuffle, repeat, EQ, AirPlay output), clearly distinguishing it from siblings like music_control_playback. It fully conveys the tool's function without ambiguity.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. There is no mention of music_control_playback or music_list_playback_targets, nor any exclusions for cases where this tool is not appropriate. The usage context is implied but never explicitly stated.

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/Zheng-Kun/apple-music-mcp'

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