remove_index_from_queue
Eliminate a specific track from a Sonos device queue by specifying its index. Updates the queue post-removal and handles errors for invalid indices.
Instructions
Remove a specific track from the queue on a Sonos device.
Args: index: The index of the track to remove. name: The name of the device to remove the track from. If None, uses the current device.
Returns: List[Dict[str, Any]]: The updated queue after removing the track.
Raises: ValueError: If the index is out of the queue's range.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
index | Yes | ||
name | No |
Input Schema (JSON Schema)
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