Skip to main content
Glama

get_playback_snapshot

Retrieve the current Spotify playback state in a compact read-only view: active device, track or episode, position, shuffle/repeat mode, and context. Check what is playing and current settings.

Instructions

Return the full current playback state compactly: device, track/episode, position, shuffle/repeat and context. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
response_formatNo'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API objectconcise
Behavior4/5

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

The description explicitly says 'Read-only,' which substitutes for missing readOnlyHint annotation and clearly signals safety. It also discloses that the state is returned 'compactly,' which is a behavioral trait beyond the schema. It does not mention rate limits or auth, but as a read-only snapshot call that is acceptable.

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?

Single sentence with no redundancy. The most important behavioral detail ('Read-only') is appended after a compact list of returned fields, and the sentence earns its place by enumerating scope that is absent from the schema.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only snapshot with one optional, enum-constrained parameter and no output schema, the description covers the return scope and safety. It could be more complete by mentioning the response_format options; however, those are already documented in the schema, and the tool is simple enough that nothing critical is missing.

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% (the only parameter response_format has a description with enum values and default). The description adds no parameter-specific guidance beyond saying the result is compact, so the schema does nearly all the work, making 3 the correct baseline.

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?

Description states specific verb ('Return'), resource ('full current playback state'), and enumerates the exact fields (device, track/episode, position, shuffle/repeat, context). It is clearly distinct from siblings like get_queue, get_queue_snapshot, get_playback_context, get_currently_playing, and describe_queue because it emphasizes the complete snapshot nature.

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 use when a full, compact playback snapshot is needed, but it does not explicitly state when to prefer this over siblings like get_playback_context, get_currently_playing, or get_queue_snapshot. No exclusions or alternatives are named, so an agent must infer the boundary from the word 'full'.

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