speaker_info
Retrieve detailed speaker information for a specified or active Sonos device using the MCP Server, enabling precise control and management of your audio setup.
Instructions
Retrieve speaker information for a Sonos device.
Args: name: The name of the device to retrieve speaker information from. If None, uses the current device.
Returns: Dict[str, str]: A dictionary containing speaker information.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | No |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Name"
}
},
"title": "speaker_infoArguments",
"type": "object"
}