Sonos MCP Server

by WinstonFassett
Verified

get_queue

Retrieve the current track queue from a specified Sonos device or the active device. Returns a list of tracks with detailed information for playback management.

Instructions

Retrieve the queue of tracks for a Sonos device.

Args: name: The name of the device to retrieve the queue from. If None, uses the current device.

Returns: List[Dict[str, Any]]: A list of dictionaries containing track information in the queue.

Input Schema

NameRequiredDescriptionDefault
nameNo

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from Sonos MCP Server

Related Tools

ID: mjamhjygzg