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
Name | Required | Description | Default |
---|---|---|---|
name | No |