Skip to main content
Glama

find_duplicate_tracks_across_playlists

Identify tracks that appear in more than one of your Spotify playlists, helping you find cross-playlist duplicates and clean up your library.

Instructions

Find tracks that appear in more than one of the given playlists (cross-playlist dupes). Quota: 🟡 N GETs (one per playlist). Also covers: find_duplicates_in_playlist (single-playlist), find_duplicate_playlists — See also: find_duplicates_in_playlist, find_duplicate_playlists.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
max_resultsNoMax items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50)
playlist_idsYesPlaylist IDs to compare (2–20)
response_formatNo'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API objectconcise

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.26.1

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral disclosure burden, and it does disclose an important operational trait: quota cost of N GETs, one per playlist. This also signals that the tool is read-only, but it does not explain matching criteria or pagination behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

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

The opening sentence and quota line are concise and front-loaded. However, the 'Also covers: find_duplicates_in_playlist ... find_duplicate_playlists — See also: find_duplicates_in_playlist, find_duplicate_playlists' portion is redundant and confusingly phrased, naming the same two tools twice without clear routing guidance.

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?

For a tool with no output schema and no annotations, the description should say more about what the result looks like or how duplicate matching works. The schema covers parameters well, and sibling names are present, but the returned information and matching semantics remain implicit.

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 playlist_ids, max_results, and response_format are already documented. The description adds only a minor operational link: one GET occurs per playlist, which is a small enrichment beyond the schema.

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 immediately states the exact operation: find tracks appearing in more than one of the given playlists, and even labels it as 'cross-playlist dupes.' The mention of sibling tools further distinguishes it from single-playlist duplicates and duplicate playlists, despite the slightly awkward 'Also covers' phrasing.

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 first sentence makes the intended scenario clear: compare a set of playlists for overlapping tracks. The description also names the key alternatives, find_duplicates_in_playlist and find_duplicate_playlists, identifying the single-playlist case, but it never gives an explicit 'use X instead when...' instruction.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools