find_duplicate_spotify_uris
Identify duplicate Spotify URIs in a batch, returning counts and positions for each duplicate by comparing canonical forms locally, without network calls.
Instructions
List duplicate Spotify references in a batch with counts and positions, comparing canonical URI forms — computed locally with no network calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uris | Yes | References to scan | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |