Run a Roon transport verb (pause/resume/next/previous/stop)
control_playbackPause, resume, skip, or stop music playback in a specified Roon zone.
Instructions
Use this for the common transport verbs — pause, resume, skip, next track, previous track, stop (e.g. "pause", "pause the kitchen", "skip", "next track", "next song", "play the next song", "resume", "resume in the office", "stop", "stop the music"). Runs one transport verb against the resolved zone. For "louder"/"softer" without a number, call now_playing first to read the current state, then set_volume with a target percent — this tool is verbs only. zoneId is optional and resolves like now_playing. Returns the resolved zoneId, the action taken, and the resulting playback state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zoneId | No | Target zone id or output id from list_zones. Omit to use ROON_DEFAULT_ZONE or fall back automatically (see now_playing). | |
| action | Yes | Transport verb to run: 'pause' to stop playback, 'resume' to restart it, 'next' to skip to the next track, 'previous' to go back, 'stop' to release the audio device. |