quick_save_now
Save the currently playing track to your Spotify library instantly; falls back to recent plays when nothing is playing. One call combines playback check and library write.
Instructions
One-call "like this song": saves the currently-playing track (or the last recent recently-played tracks) straight to your library. Collapses get_currently_playing → save_to_library into a single step. 1 player read + 1 library write. dry_run previews.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | No | ISO-3166 market code passed on the player read | |
| recent | No | Save the N most recent plays (only used as fallback when nothing is currently playing). Default 1. | |
| dry_run | No | Preview the save plan without writing (default true) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |