Skip to main content
Glama

get_now_playing

Retrieves the currently playing track or episode and returns the full playback state from Spotify.

Instructions

Get the currently playing track or episode and full playback state

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description must carry the full behavioral disclosure. It merely states what is retrieved and does not mention potential side effects (e.g., is it read-only?), error cases (e.g., nothing currently playing), or whether it requires an active device. This is minimal behavioral information.

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 a single, concise sentence that front-loads the primary action and result. It contains no filler or redundant phrases and communicates the tool's purpose efficiently. It earns a 5 for being appropriately sized and well-structured.

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 that there is no output schema, the description should clarify what 'full playback state' includes (e.g., progress, device, shuffle mode) to set expectations. Additionally, it does not differentiate from the similar sibling 'get_currently_playing', leaving a significant contextual gap for correct tool selection. The information provided is insufficient for an agent to fully understand the return value and when to use it.

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 tool has zero parameters and the schema coverage is 100%, meaning there is nothing to document. According to the rubric, a baseline of 4 is appropriate for tools with no parameters, as the description does not need to add parameter-level detail. The description correctly stays silent on parameters.

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 identifies the action (get) and resource (currently playing track/episode with full playback state). However, it does not distinguish itself from the sibling tool 'get_currently_playing', which appears to be a near-synonym. Without differentiation, an agent may be unsure which to call, so it does not fully achieve a 5.

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?

No guidance is provided on when to use this tool versus alternatives. There is no mention of prerequisites, conditions, or comparison with other playback-state tools. The description does not help the agent select this tool over get_currently_playing or any other sibling.

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