Skip to main content
Glama
oliver-virt

spotify-library-mcp

by oliver-virt

merge_playlists

Merge multiple Spotify playlists into a single playlist while removing duplicate tracks. Optionally delete source playlists after merging.

Instructions

Merge several playlists into one (existing target or a new one), deduplicating tracks. Optionally delete sources.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
new_nameNo
target_idNo
source_idsYes
delete_sourcesNo
Behavior4/5

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

No annotations are provided, so the description must carry the behavioral burden. It discloses the key side effects: creating/using a target playlist, deduplicating tracks, and optionally deleting sources. It does not cover reversibility or permission requirements, but the destructive behavior is surfaced.

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?

One sentence conveys the action, destination options, deduplication behavior, and optional source deletion. It is front-loaded, focused, and contains no filler.

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 gives a reasonable mental model, but for a mutating tool with no annotations and no output schema, it omits key invocation details: how target_id and new_name relate, whether delete_sources removes entire source playlists, and what the tool returns. These gaps can affect correct usage.

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

Parameters4/5

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

The schema has 0% description coverage, so the description must compensate for parameter meaning. It maps source_ids, target_id, new_name, and delete_sources into plain-language concepts. However, it does not clearly specify whether target_id and new_name are mutually exclusive or how conflicts are resolved.

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?

Description uses a specific verb and resource: merge several playlists into one existing or new target. It also names deduplication and optional source deletion, distinguishing it clearly from sibling tools like add_tracks and delete_playlist.

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 intended use case is explicit: combine multiple playlists into a single playlist, optionally with deduplication and source deletion. It does not mention alternatives or exclusions, but the consolidation context is clear enough to guide selection.

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/oliver-virt/spotify-library-mcp'

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