Skip to main content
Glama
Stipe15

spotify-mcp

by Stipe15

set_playlist_cover

Update a Spotify playlist's cover image from a local JPEG file. Validates the 256 KB size limit before upload, so oversized images are rejected instantly with a clear message.

Instructions

Set a playlist's cover image from a local JPEG file. Spotify caps the encoded payload at 256 KB — this checks that before offering confirmation, so an oversized image fails fast with a clear message instead of a wasted round trip.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
image_pathYes
playlist_idYes
confirm_tokenNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
resultNo
statusYes
previewNo
next_stepNo
expires_atNo
confirm_tokenNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.8/5.0
Behavior4/5

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

The description adds meaningful behavior beyond the annotations: it discloses the 256 KB payload cap and the fail-fast pre-confirmation check. This helps the agent avoid unnecessary round trips and sets expectations about validation behavior. No contradiction with annotations.

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?

Two sentences, no filler. The core purpose is front-loaded and the behavioral note earns its place by explaining an important limitation. Nothing extraneous is included.

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 description is adequate for invoking the tool in a simple case, and an output schema exists so return values need not be described. However, the confirmation-token mechanism and the exact meaning of the pre-check are under-specified, leaving some ambiguity for the agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate, but it only partially does. It clarifies that image_path points to a local JPEG file, but does not explain the confirm_token flow or how confirmation is offered/obtained, and playlist_id semantics are left entirely to the schema's bare title.

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 states a specific action ('Set'), a specific resource ('a playlist's cover image'), and the input source ('a local JPEG file'). This clearly differentiates the tool from sibling playlist operations like update_playlist_details or create_playlist.

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 the use case—setting a playlist cover from a local JPEG—but does not explicitly state when to prefer this over alternatives or mention any exclusions (e.g., remote URLs, non-JPEG formats). Usage context is inferable but not explicitly guided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

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