Sonos MCP Server

by WinstonFassett
Verified

skip

Skip tracks in a Sonos device queue by specifying the number of tracks to advance and the target device. Returns updated device state, including track info and volume, ensuring playback control.

Instructions

Skip tracks in the queue for a Sonos device.

Args: increment: The number of tracks to skip forward. Defaults to 1. name: The name of the device to skip tracks on. If None, uses the current device.

Returns: Dict[str, Any]: The device's state after skipping tracks, including name, volume, state, and track info.

Raises: ValueError: If the new track position is out of the queue's range.

Input Schema

NameRequiredDescriptionDefault
incrementNo
nameNo

Input Schema (JSON Schema)

{ "properties": { "increment": { "default": 1, "title": "Increment", "type": "integer" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Name" } }, "title": "skipArguments", "type": "object" }

You must be authenticated.

Other Tools from Sonos MCP Server

Related Tools

ID: mjamhjygzg