Skip to main content
Glama
varunneal

Spotify MCP Server

by varunneal

SpotifyPlayback

Control Spotify playback: get current track info, start/resume playback, pause music, or skip tracks using the Spotify MCP Server.

Instructions

Manages the current playback with the following actions: - get: Get information about user's current track. - start: Starts playing new item or resumes current playback if called with no uri. - pause: Pauses current playback. - skip: Skips current track.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform: 'get', 'start', 'pause' or 'skip'.
spotify_uriNoSpotify uri of item to play for 'start' action. If omitted, resumes current playback.
num_skipsNoNumber of tracks to skip for `skip` action.
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 describes basic actions but lacks details on behavioral traits such as authentication requirements, rate limits, error handling, or what happens if no playback is active. For a mutation tool with actions like start, pause, and skip, this is a significant gap in transparency.

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 appropriately sized and front-loaded, starting with the overall purpose and then listing actions in a bulleted format. Every sentence earns its place by clearly defining the tool's scope without unnecessary details.

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 complexity of a playback management tool with mutation actions and no annotations or output schema, the description is incomplete. It lacks information on return values, error conditions, prerequisites (e.g., active device), and how actions interact with the Spotify ecosystem, leaving gaps for an AI agent to use it correctly.

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?

Schema description coverage is 100%, so the schema already documents all parameters. The description adds minimal value by listing actions but does not provide additional semantics beyond the schema. With 3 parameters and high schema coverage, the baseline is 3, but the description slightly enhances clarity by summarizing actions, warranting a 4.

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 clearly states the tool's purpose as managing current playback with four specific actions (get, start, pause, skip), using precise verbs and distinguishing it from sibling tools like SpotifyGetInfo, SpotifyPlaylist, SpotifyQueue, and SpotifySearch by focusing on playback control rather than information retrieval, playlist management, queue operations, or search.

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 through action descriptions (e.g., 'start' plays new items or resumes playback), but it does not explicitly state when to use this tool versus alternatives like SpotifyQueue for queue management or SpotifySearch for finding tracks. No exclusions or clear contextual guidance are provided.

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

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