Skip to main content
Glama

Create Spotify Playlist

spotify_playlist_create

Create a Spotify playlist and immediately verify its visibility to confirm it was created correctly, with explicit error reporting on mismatch.

Instructions

Create a Spotify playlist, then re-read its visibility once. A failed or mismatched verification is returned explicitly and is never retried blindly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
publicNo
descriptionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYes
warningNo
operationNocreate
playlist_idNo
spotify_urlNo
playlist_urlNo
observed_publicNo
requested_publicYes
visibility_statusYes
Install Server

TDQS

A3.7/5.0
Behavior4/5

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

The description adds a verification step ('re-read its visibility once') and a retry policy ('never retried blindly'), which go beyond the boolean annotations. This informs the agent about post-create behavior and error handling that isn't captured in structured fields.

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 two concise sentences, front-loaded with the primary action and followed by a critical behavioral caveat. Every word earns its place, with no redundancy or fluff.

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?

Given the output schema and annotations, the description sufficiently covers the core create operation and an important verification behavior. It lacks explicit parameter context, but the schema fills that gap reasonably. It's complete enough for a simple create tool with a notable verification twist.

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

Parameters1/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 by explaining the parameters. It does not mention name, public, or description at all, leaving the agent to rely solely on the schema. The description adds zero value for parameter understanding.

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 begins with 'Create a Spotify playlist,' which is a specific verb+resource construction. It clearly distinguishes from sibling tools like spotify_playlist_update and spotify_playlist_add by focusing on the creation action.

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 usage via the 'Create' verb but provides no explicit guidance about when to use this tool versus alternatives. No exclusions or alternative tool references are mentioned, so it only meets the 'implied usage' level.

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