save_episode
Add podcast episodes to your Spotify library by providing IDs, URIs, or URLs. Preview a plan first, then set dry_run=false to confirm the save.
Instructions
Save episodes to your library (PUT /me/episodes) — previews a PLAN with episode names by default; pass dry_run=false to commit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Preview only: perform the read side and return a PLAN without changing anything. Default true — pass false to commit. | |
| episode_ids | Yes | Episode IDs/URIs to save (1–50) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |