Skip to main content
Glama

spotify_merge_playlists

Merge multiple Spotify playlists into a single new playlist with automatic duplicate removal.

Instructions

Merge multiple playlists into one new playlist, removing duplicates by default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
source_playlist_idsYes
target_nameYes
deduplicateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It successfully communicates the default deduplication behavior ('removing duplicates by default'), but fails to disclose other critical traits: whether the source playlists are modified (destructive vs. non-destructive), authorization requirements, rate limits, or what constitutes a 'duplicate' (track ID, metadata match, etc.).

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, efficient sentence of 11 words. It is front-loaded with the action verb and every clause provides necessary information about the operation, defaults, and output. No fluff or redundancy.

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 zero schema descriptions, no annotations, and a write operation that creates a new resource, the description is insufficient. It lacks details on parameter formats (e.g., are source_playlist_ids Spotify URIs or IDs?), error handling, privacy settings of the created playlist, or the structure of the return value (though an output schema exists, parameter semantics need reinforcement given the 0% coverage).

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 description coverage is 0%, requiring the description to compensate. It implicitly maps 'multiple playlists' to source_playlist_ids, 'new playlist' to target_name, and 'removing duplicates' to the deduplicate parameter. However, it does not explicitly name parameters or explain that target_name is a string for the new playlist's title, leaving some ambiguity.

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 uses a specific verb ('Merge') and resource ('playlists') and clarifies the output is 'one new playlist,' which distinguishes it from siblings like spotify_add_to_playlist (adds to existing) and spotify_create_playlist (creates empty). However, it does not differentiate from spotify_absorb_playlist or spotify_interleave_playlists, which have similar semantics.

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?

The description provides no guidance on when to use this tool versus alternatives like spotify_absorb_playlist (which may merge into an existing playlist) or spotify_interleave_playlists. There are no prerequisites, exclusions, or workflow hints provided.

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

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