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

music_control_playback

Control Apple Music playback by issuing commands such as play, pause, stop, next, previous, or seek. Play specific local tracks or playlists by their persistent ID.

Instructions

Control playback or play a local track/playlist by persistent ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
track_idNo
playlist_idNo
position_secondsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okNo
dataNo
metaNo
warningsNo
Behavior2/5

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

The annotations are all false, so they provide no positive safety or idempotency context. The description fails to disclose that actions like pause, stop, or seek alter playback state, whether playing a track or playlist interrupts current playback, or what the output response contains. It does not contradict annotations, but it adds minimal behavioral insight.

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 a single, front-loaded sentence with no filler words. It efficiently communicates the core purpose, though it sacrifices necessary detail for brevity. It is concise, but not at the expense of clarity.

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?

For a tool with four parameters (one required, multiple nullable) and an output schema, this description is incomplete. It does not explain how action interacts with track_id/playlist_id, what happens when no ID is supplied, or how position_seconds applies to seek. The surrounding sibling context and annotations do not fill this gap.

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%, so the description must compensate for the schema's lack of parameter documentation. It only mentions 'persistent ID' for tracks/playlists, which partially explains track_id and playlist_id, but it ignores action semantics, how position_seconds is used, and which parameters are required for which actions. The action enum helps somewhat, but the description itself adds little.

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 names a clear verb and resource: 'Control playback' and 'play a local track/playlist by persistent ID.' This helps distinguish it from read-oriented siblings like music_get_player_state, but it does not enumerate the full set of actions (pause, seek, next, etc.) or explicitly differentiate from music_set_playback_options.

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 about when to use this tool versus alternatives, nor are there any exclusions or prerequisites. The description simply states what the tool does without explaining the appropriate context, such as when to use transport controls versus playback options or state queries.

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