Skip to main content
Glama

Sonos MCP Server

mode

Set or retrieve the play mode of a Sonos device, such as "NORMAL", "SHUFFLE_NOREPEAT", "SHUFFLE", or "REPEAT_ALL". Specify the device name or use the current device if not provided.

Instructions

Get or set the play mode of a Sonos device.

Args: mode: The play mode to set (e.g., "NORMAL", "SHUFFLE_NOREPEAT", "SHUFFLE", "REPEAT_ALL"). If None, returns the current mode. name: The name of the device to set the mode for. If None, uses the current device.

Returns: str: The current play mode after the operation.

Input Schema

NameRequiredDescriptionDefault
modeNo
nameNo

Input Schema (JSON Schema)

{ "properties": { "mode": { "anyOf": [ { "enum": [ "NORMAL", "SHUFFLE_NOREPEAT", "SHUFFLE", "REPEAT_ALL" ], "type": "string" }, { "type": "null" } ], "default": null, "title": "Mode" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Name" } }, "title": "modeArguments", "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
  • @WinstonFassett/sonos-mcp-server

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/WinstonFassett/sonos-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server