playlist_add_by_search
Search Spotify and add top matching tracks or episodes to a playlist in one step. Specify a query, choose how many hits to add, and commit or preview first.
Instructions
"Add Radiohead Paranoid Android to Chill Mix" in one shot: search the catalog, pick the top result(s), and add the URI(s) to a playlist. Highest-traffic curation gesture. Quota: 🟡 1 search + 1 add call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pick | No | How many top search hits to add (1–10). Default 1 | |
| type | No | What to search for. Default track | track |
| query | Yes | Search query, e.g. "Radiohead Paranoid Android" | |
| dry_run | No | Preview only: perform the read side and return a PLAN without changing anything. Default true — pass false to commit. | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| playlist_id | Yes | Destination playlist, as ID or spotify:playlist: URI | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |