Skip to main content
Glama

copy_playlist

Duplicate any Spotify playlist into a new one, preserving track order. Creates the new playlist and adds tracks in batches; dry-run previews the result before changes.

Instructions

Duplicate an existing playlist into a new playlist, preserving track order. Creates the new playlist then adds tracks in batches of 100. Dry-run reports what would be created.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
publicNoPublic flag for the new playlist. Default: false
dry_runNoPreview only: validate inputs and describe exactly what would change without performing it
new_nameYesName for the new playlist
descriptionNoDescription for the new playlist (defaults to source description)
max_resultsNoMax items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50)
collaborativeNoCollaborative flag. Default: false
response_formatNo'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API objectconcise
source_playlist_idYesSource playlist ID or spotify:playlist: URI
Behavior3/5

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

With no annotations, the description carries the safety burden, and it does disclose useful behavior: order preservation, batching in groups of 100, and a dry-run mode that only reports. However, it does not state whether the source playlist is modified, what happens on partial failure, or any permission/ownership requirements.

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?

Three short sentences with the main purpose front-loaded, followed by the two most decision-relevant behaviors (batching and dry-run). No filler or repeated schema content.

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?

No output schema or annotations exist, and the description does not state what the tool returns, how max_results applies to a copy operation, or what limits/errors occur during the batched copy. This is insufficient context for a mutating tool with eight parameters.

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 coverage is 100%, so the schema already documents all eight parameters. The description adds a little context for dry_run and the batching behavior, but it does not clarify ambiguous parameters such as max_results in the copy flow; this lands at the baseline.

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 names a specific operation ('Duplicate an existing playlist into a new playlist') with the resource and result clearly stated, and adds the concrete constraint 'preserving track order.' It does not explicitly differentiate itself from sibling clone/duplicate tools such as playlist_clone_live, so it stops short of a 5.

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?

No when-to-use or when-not-to-use guidance is given, and no alternatives are mentioned despite many adjacent siblings (create_playlist, add_to_playlist, playlist_clone_live, import_playlist). The only implied usage is the purpose itself; there is no guidance to help an agent choose between this and similar tools.

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

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