search_within_playlist
Locate specific tracks or episodes within a playlist by matching text against song, artist, or album.
Instructions
Text search inside a single playlist (client-side filter over full item walk). Quota: 🟢 GET /playlists/{id}/items paged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Substring to match against track/episode name, artist, album | |
| market | No | Market for track relinking | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| playlist_id | Yes | Playlist ID | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |