mark_episode_played_plan
Plan which podcast episodes to mark as fully played by retrieving current resume points and determining target seek positions, without altering playback.
Instructions
Plan (never execute — Spotify removed the mark-played API, issue #230) which episodes to mark fully played: fetches current resume points and outputs the target positions the player would seek to. Read-only by design.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| episode_ids | Yes | Episode IDs/URIs to plan (1–20) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |