Sonos MCP Server

by WinstonFassett
Verified

play

Initiate playback on any Sonos device by specifying its name or using the currently active device. Returns detailed state information including volume, track details, and playback status.

Instructions

Start playback on a Sonos device.

Args: name: The name of the device to start playback on. If None, uses the current device.

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

Input Schema

NameRequiredDescriptionDefault
nameNo

Input Schema (JSON Schema)

{ "properties": { "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Name" } }, "title": "playArguments", "type": "object" }

You must be authenticated.

Other Tools from Sonos MCP Server

Related Tools

  • @WinstonFassett/sonos-mcp-server
  • @WinstonFassett/sonos-mcp-server
  • @WinstonFassett/sonos-mcp-server
  • @WinstonFassett/sonos-mcp-server
  • @WinstonFassett/sonos-mcp-server
ID: mjamhjygzg