Skip to main content
Glama

transfer_playback

Transfer current Spotify playback to a specified Connect device by device ID, with an option to force immediate play or maintain the existing state.

Instructions

Move playback to a different Spotify Connect device

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
playNoForce play immediately (default: maintain current state)
device_idYesTarget device ID to transfer playback to
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 only states 'move playback' without disclosing side effects such as stopping current device playback, requiring an active session, or the effect of the 'play' parameter. This is opaque for a mutating operation.

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?

A single, front-loaded sentence that conveys the core function with no superfluous words. Perfectly concise and easy to parse.

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 mutation tool with no annotations and no output schema, the description is incomplete. It fails to mention the 'play' parameter's purpose beyond the schema, what happens to the source device, or any required conditions. Agents may not anticipate side effects without additional detail.

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?

Schema coverage is 100%, so both parameters are already documented. The description adds no additional meaning beyond what the schema provides, so it meets the baseline but does not enhance understanding of parameter usage or edge cases.

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 states a specific action ('Move playback') and resource ('different Spotify Connect device'), which is clear and distinguishes it from siblings like 'play' or 'get_devices'. It lacks extra specificity such as 'transfer to a target device' but the intent is unambiguous.

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 prerequisites (e.g., needing an active playback session) or differentiation from 'play', which could also invoke device switching. The context is minimal.

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/NovaLux12/spotify-mcp-server'

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