Skip to main content
Glama
markswendsen-code

@striderlabs/mcp-spotify

set_volume

Adjust Spotify playback volume between 0 and 100 percent. Specify a device or use the active one; requires a Premium account.

Instructions

Set the playback volume (0-100%). Requires a Spotify Premium account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
deviceIdNoDevice ID to set volume on (from get_devices). Uses active device if omitted.
volumePercentYesVolume level from 0 (mute) to 100 (max)
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses a key constraint (Premium account) and the effect (set volume), but does not mention behavior like applying to the active device, side effects on current playback, or failure modes when no device is active. The schema partially covers device behavior, but the description adds little beyond the action itself.

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, front-loaded sentence that conveys the core action and a key requirement in under ten words. Every word earns its place, with no redundancy or unnecessary detail.

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 simple two-parameter setter with a fully described schema and no output schema, the description is sufficient to convey the primary purpose and a critical prerequisite. It lacks some detail about device selection and failure behavior, but these are partially covered by the schema, and the tool's simplicity does not demand extensive elaboration.

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%, with clear descriptions for both deviceId and volumePercent. The description adds only the parenthetical range (0-100%), which is already present in the schema, so it provides no additional semantic value beyond the structured definitions.

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 uses a specific verb ('Set') and resource ('playback volume') with an explicit range (0-100%). It is immediately distinct from the sibling playback controls like play, pause, and next_track, leaving no ambiguity about what the tool does.

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?

No direct 'when to use' guidance or alternatives are stated. The only guidance is the prerequisite 'Requires a Spotify Premium account,' which implies usage but does not explain how this tool fits among playback controls or when one might prefer it.

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

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