Skip to main content
Glama

move_tracks_between_playlists

Relocate selected tracks between Spotify playlists by matching URIs, name substrings, or artists. Preview the move with a dry run, then commit safely with an automatic backup of the source playlist.

Instructions

Move matching tracks (by uris, name substring, or artist) from one playlist to another: backs up the source to a local file first, deletes the matched positions from the source, then appends them to the destination. dry_run defaults to TRUE. Quota: 🟡 GETs + chunked deletes + chunked adds when committing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoMove items whose name contains this substring
artistNoMove every track by this artist (ID/URI or exact name)
dry_runNoPreview only: perform the read side and return a PLAN without changing anything. Pass false to commit. Default true
match_urisNoTrack uris to move
max_resultsNoMax items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50)
response_formatNo'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API objectconcise
source_playlist_idYesSource playlist (ID or spotify:playlist: URI)
destination_playlist_idYesDestination playlist (ID or spotify:playlist: URI)
Behavior5/5

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

With no annotations provided, the description carries the full burden, and it delivers: it discloses that the source is backed up to a local file first, that matched positions are deleted from the source and appended to the destination, that dry_run defaults to TRUE, and the quota class (🟡 with chunked deletes/adds on commit). This is exemplary disclosure for a destructive mutation tool, letting an agent understand the safety profile and side effects before invoking.

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?

Two dense sentences with zero filler: action first, then operation sequence and safety behavior, then the dry_run default, then quota cost. Every clause earns its place, and the most decision-relevant facts (destructive behavior, backup, dry_run default) are front-loaded.

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?

For a complex tool with 8 parameters, no annotations, and no output schema, the description covers the essential operational context: order of operations, backup safety, execution default, and quota. Remaining gaps are the lack of differentiation from the near-identical move_items_between_playlists sibling and no description of the PLAN/return format (though the schema's dry_run field does mention returning a PLAN).

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?

Schema coverage is 100%, so the baseline is 3. The description adds value by synthesizing the three match criteria (match_uris, query, artist) into a single matching concept and clarifying the execution flow relative to source and destination parameters. This is modest but real added meaning beyond the schema's individual field descriptions.

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 opens with a specific verb+resource: 'Move matching tracks ... from one playlist to another' and enumerates the three matching modes (uris, name substring, artist). This makes the tool's function unambiguous. However, the very close sibling 'move_items_between_playlists' exists and is never named or differentiated, so the description is clear but does not explicitly distinguish itself from that sibling.

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 context through the match modes ('by uris, name substring, or artist') and the backup/dry_run safety design, which suggests it is the safe choice for cross-playlist moves. But it never explicitly states when to use this tool versus alternatives like move_items_between_playlists, copy_playlist, or add_to_playlist/remove_from_playlist, and gives no exclusions.

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