Skip to main content
Glama

sonos_list_music_services

List all music services available on a Sonos device, showing service details and authentication requirements.

Instructions

List all available music services (Sonos Radio, TuneIn, Spotify, etc.) registered with the Sonos system. Returns service details including name, ID, and authentication type. IMPORTANT: Most services require authentication (authType: DeviceLink or AppLink) and will not work unless the user has linked their account through the Sonos app. Only "Anonymous" services work without authentication.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
deviceIdYesDevice ID to query for available services
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description successfully conveys the key behavior: most services require authentication (authType: DeviceLink or AppLink) and will not work unless linked in the Sonos app. It also clarifies that 'Anonymous' services do not require authentication. It does not mention side effects or permissions, but the core behavioral nuance is well-disclosed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences plus a bolded IMPORTANT note. It is front-loaded with the main purpose, and every sentence adds significant value. There is no redundant or extraneous information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Although there is no output schema, the description briefly states what the return value includes (name, ID, authentication type). The tool is simple with one required parameter, so the description is largely complete. However, it could be more detailed about the structure of the response or edge cases like missing services.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already provides 100% description coverage for the single `deviceId` parameter, describing it as 'Device ID to query for available services'. The description does not add additional meaning or context about how to obtain the device ID or any constraints, so the baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it lists available music services registered with the Sonos system, providing examples (Sonos Radio, TuneIn, Spotify) and specifying the returned details (name, ID, authentication type). This distinguishes it from sibling tools that focus on playback, control, or browsing other content.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides crucial context about authentication requirements for most services, helping an agent decide when this tool is needed. However, it does not explicitly state when not to use it or offer alternatives like `sonos_search_music_service` or `sonos_browse_music_service`.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Tommertom/sonos-ts-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server