Skip to main content
Glama

playlist_clone_live

Clone any Spotify playlist as it currently exists into a new playlist with optional name, description, and visibility. Preview the plan with dry-run before committing.

Instructions

Clone a playlist AS IT IS RIGHT NOW into a NEW playlist (name, optional description and publicity) — works on the live playlist, not a local snapshot; dry_run defaults to TRUE. Quota: 🟡 GET + create + chunked adds when committing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoNew playlist name. Default "<original> (copy)"
publicNoPublic visibility for a newly created playlist. Default: private
dry_runNoPreview only: perform the read side and return a PLAN without changing anything. Pass false to commit. Default true
descriptionNoNew playlist description. Default: cloned from source
max_resultsNoMax items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50)
playlist_idYesPlaylist to clone (ID or spotify:playlist: URI)
response_formatNo'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API objectconcise
Behavior4/5

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

With no annotations provided, the description carries the full behavioral burden, and it discloses meaningful traits: dry_run defaults to TRUE as a safety default, and the quota cost (🟡 GET + create + chunked adds when committing) signals side effects. The dry_run default is partially redundant with the schema, but the quota hint and the live-vs-snapshot scoping go beyond the 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two dense sentences front-load the core action and key constraints. Every element earns its place, though the quota line is slightly cryptic ('🟡 GET + create + chunked adds') and could be clearer about what the emoji tier means for the agent.

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?

With no output schema and no annotations, the description should clarify what the dry_run PLAN looks like and what committing returns; it does not. The 100% parameter schema and clear core behavior make it adequate, but the commit flow and return shape remain underspecified for a tool that can mutate.

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 100%, so the schema already documents all 7 parameters well, warranting the baseline of 3. The description adds context about the live nature of the read ('AS IT IS RIGHT NOW') and the commit side-effect cost, but does not add per-parameter meaning beyond what the schema already states.

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 ('Clone') with a clear resource and outcome: a live playlist, as it currently stands, into a NEW playlist. It explicitly contrasts with snapshot-based cloning ('not a local snapshot'), which differentiates it from sibling playlist_clone_snapshot and copy_playlist without needing to open any schema.

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 gives clear when-to-use context by emphasizing it operates on the live playlist rather than a local snapshot, effectively excluding the snapshot-cloning path. However, it does not explicitly name alternative tools like playlist_clone_snapshot or create_playlist, leaving part of the routing to the agent's inference.

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