Skip to main content
Glama

control

Trigger Spotify playback actions: play, pause, next, previous, shuffle, repeat, volume (0–100), or seek to a specific millisecond.

Instructions

Control playback. action ∈ {play, pause, play_pause, next, previous, shuffle, repeat, volume, seek}. For 'volume' pass 0-100; for 'seek' pass milliseconds.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueNo
actionYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure, yet it only lists operations and value ranges. It does not explain the effect on current playback, whether shuffle/repeat are toggles or absolute settings, or what happens on invalid input.

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 two sentences with no filler: the first scopes the tool and lists actions, the second covers the special parameter cases. It is compact, well-ordered, and every sentence adds value.

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 presence of an output schema covers return values, and the action list plus value formats enable basic invocation. Still, with no annotations and overlapping sibling tools, the description lacks material guidance about value semantics for some actions, behavioral side effects, and when to prefer alternatives.

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?

The schema provides no descriptions or enums, and the description compensates by enumerating allowed action values and giving specific formats for 'volume' and 'seek'. However, it leaves the value semantics for 'shuffle' and 'repeat' unspecified.

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 resource ('playback') and the set of valid actions, so an agent can tell what the tool does. It does not explicitly differentiate this from sibling tools like 'play' or 'now_playing', but the action list gives enough scope to separate it from most alternatives.

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 action enumeration implies when the tool should be used, but there is no explicit guidance about choosing this over sibling tools such as 'play' or 'get_queue'. No exclusions, prerequisites, or alternative conditions are mentioned, so the selection is left to inference.

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/rachittshah/spotify-llm-mcp'

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