Skip to main content
Glama
g2dgaming

Spotify MCP Server

by g2dgaming

SpotifyPlayback

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

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'.
num_skipsNoNumber of tracks to skip for `skip` action.
spotify_uriNoSpotify uri of item to play for 'start' action. If omitted, resumes current playback.
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It describes basic actions but omits critical details: it doesn't mention authentication requirements, rate limits, error conditions (e.g., what happens if no track is playing for 'skip'), or side effects (e.g., whether 'start' with a URI replaces the current queue). For a mutation-heavy tool (start, pause, skip) with zero annotation coverage, 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured and front-loaded with the overall purpose, followed by a bulleted list of actions with concise explanations. Each bullet earns its place by clarifying action semantics. However, the repetition of the description in the input schema suggests some redundancy, and it could be slightly more efficient by integrating parameter hints directly.

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 multi-action playback tool with no annotations and no output schema, the description is incomplete. It lacks details on return values (e.g., what 'get' returns), error handling, authentication needs, and behavioral nuances (e.g., interaction between actions). For a tool with 3 parameters and mutation capabilities, this leaves significant gaps for an AI agent to operate effectively.

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 description coverage is 100%, so the schema already documents all parameters (action, num_skips, spotify_uri) thoroughly. The description adds minimal value beyond the schema by listing actions but doesn't provide additional syntax, format details, or edge cases. With high schema coverage, the baseline score of 3 is appropriate as the description doesn't compensate with extra semantic insights.

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 'manages current playback' and lists four specific actions (get, start, pause, skip) with brief explanations. It distinguishes itself from siblings like SpotifyGetInfo, SpotifyPlaylist, SpotifyQueue, and SpotifySearch by focusing on playback control rather than information retrieval, playlist management, queue operations, or search. However, it doesn't explicitly contrast with each sibling tool, which prevents a perfect score.

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 contexts through action descriptions (e.g., 'get' for track info, 'start' to play/resume, 'pause' to stop, 'skip' to advance). However, it lacks explicit guidance on when to choose this tool over alternatives like SpotifyQueue for queue management or SpotifyGetInfo for general info. No when-not-to-use scenarios or prerequisites are mentioned, leaving usage somewhat ambiguous.

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

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

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