Skip to main content
Glama
Code-MonkeyZhang

Cloud Music MCP Server

cloud_music_search

Search for songs, albums, artists, or playlists using keywords with customizable category filters.

Instructions

搜索歌曲、专辑、歌手或歌单 args: keyword: 搜索关键词(歌名、歌手名、专辑名等) category: 搜索类型,可选 'song'(歌曲)、'album'(专辑)、'artist'(歌手)、'playlist'(歌单),默认为 'song'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keywordYes
categoryNosong
Behavior3/5

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

No annotations are provided, so the description must divulge behavioral traits. It states the tool searches but does not specify if it is read-only, how results are returned, or any limits. It adds some context but leaves gaps.

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 concise: two sentences defining the tool's action and a clear parameter list. It front-loads the core purpose without wasted words.

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?

Given no output schema, the description could explain return values. It is adequate for a search tool but lacks details on response format or result count. Still, it covers key inputs and search scope.

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

Parameters5/5

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

Schema description coverage is 0%, so the description must compensate. It fully explains keyword and category parameters, including default value and possible values for category (song, album, artist, playlist). This adds essential meaning beyond the schema.

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 that the tool searches for songs, albums, artists, or playlists using a keyword. It distinguishes itself from sibling tools like cloud_music_album_info and cloud_music_artist_info, which are for specific info retrieval.

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

Usage Guidelines3/5

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

The description implies usage for general search but does not explicitly contrast with siblings or provide when-not-to-use guidance. It lacks directions on when to choose this over specific info tools.

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/Code-MonkeyZhang/cloud-music-mcp'

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