Sonos MCP Server

by WinstonFassett
Verified

get_current_track_info

Retrieve detailed information about the current track playing on a Sonos device, including artist, title, album, position, and duration, using the Sonos MCP Server.

Instructions

Retrieve current track information for a Sonos device.

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

Returns: Dict[str, str]: A dictionary containing the current track's artist, title, album, playlist position, and duration.

Input Schema

NameRequiredDescriptionDefault
nameNo

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from Sonos MCP Server

Related Tools

ID: mjamhjygzg