Skip to main content
Glama

play_at

Start Spotify playback at a specific position. Provide a timestamp (H:MM:SS, MM:SS, or seconds) or milliseconds to begin playing from that exact point in a track, episode, or context.

Instructions

Start playback at a specific position — accepts H:MM:SS / MM:SS / seconds string or position_ms. Wraps PUT /me/player/play with offset/position_ms. 🟢 (1 write).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
atNoPosition as "1:23" or "01:02:03" or "90" seconds
urisNoTrack/episode URIs
offsetNoOffset index within context
dry_runNoPreview only: validate inputs and describe exactly what would change without performing it
device_idNoTarget device id
offset_uriNoOffset URI within context to start at
context_uriNoContext URI (playlist/album URI) — XOR uris
position_msNoPosition in ms (alternative to at)
response_formatNo'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API objectconcise
Behavior3/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 does disclose meaningful behavioral traits: it is a single write operation ('🟢 (1 write)') and it wraps the PUT /me/player/play endpoint with offset/position_ms. However, it omits consequences such as whether current playback/queue is replaced, device requirements, or what happens when no context is supplied.

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?

Three short sentences with zero filler. The core purpose is front-loaded, and the endpoint plus write-count are conveyed compactly. Every sentence earns its place.

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 core function and position formats are conveyed, which is adequate for a minimum viable definition. But with 9 parameters, no annotations, no output schema, and a crowded playback sibling group, the description is missing usage-routing and side-effect context that an agent would need to invoke it confidently.

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 baseline is 3; the schema already documents all 9 parameters. The description adds a compact summary of accepted time formats (H:MM:SS / MM:SS / seconds / position_ms), but this largely duplicates the schema's 'at' and 'position_ms' entries and adds nothing about the relationship between at/position_ms and offset/offset_uri or the dry_run behavior.

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 verb and resource: 'Start playback at a specific position', and enumerates accepted position formats. However, it does not differentiate from closely related siblings like play, play_on, seek, seek_relative, or continue_last; the mention of wrapping PUT /me/player/play is a mechanism hint rather than a contrast.

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?

There is no when-to-use or when-not-to-use guidance. Given the large family of playback siblings (play, play_on, seek, seek_relative, continue_last, checkpoint_playback), an agent receives no routing criteria to select this tool over alternatives. The only implicit signal is that this tool combines starting playback with a target position.

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