Skip to main content
Glama

Update Spotify Playlist

spotify_playlist_update
Idempotent

Update Spotify playlist metadata (name, description, public, collaborative) by playlist ID and verify changes by re-reading each field.

Instructions

Update metadata for an exact playlist ID and re-read each requested field once for verification.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
publicNo
descriptionNo
playlist_idYes
collaborativeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYes
warningNo
observedNo
mismatchesYes
playlist_idYes
spotify_urlNo
updated_fieldsYes
Install Server

TDQS

A4/5.0
Behavior4/5

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

The description adds the noteworthy behavior of re-reading each requested field for verification, which is not captured in the annotations (idempotent, non-destructive, open world). It also clarifies the need for an exact playlist ID. No annotation contradictions exist.

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, well-structured sentence that front-loads the verb and resource, with zero wasted words. It earns every character.

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?

Given the annotations and output schema, the description is adequate for a simple update, but it does not explicitly state that only provided fields are changed. This is a significant gap for correct invocation, especially with multiple nullable parameters. It is not as rich as the ideal, but not incomplete enough to be a 2.

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?

The schema has 0% description coverage, and the description does not compensate by enumerating the updatable fields or clarifying that omitted fields retain their current values. The 'requested field' phrase offers a hint but is vague, leaving the agent to infer the partial-update semantics from the nullable defaults.

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 ('Update'), identifies the resource ('metadata for an exact playlist ID'), and distinguishes this tool from siblings like create, add/remove, reorder, and sorting. It also mentions a unique verification behavior, making the tool's purpose unmistakable.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description clearly frames the tool for updating metadata of an existing playlist via its ID, which is distinct from creating playlists or managing tracks. However, it stops short of explicitly stating when not to use it or naming alternative tools, so it falls short of a 5.

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

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

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