Skip to main content
Glama
wangkezun

qq-music-mcp

by wangkezun

get_song_detail

Retrieve detailed information for a song using its MID, including title, artist, album, duration, and available audio quality options.

Instructions

获取歌曲详情

Args: song_mid: 歌曲的 MID 标识符

Returns: 歌曲详情的 JSON 字符串,包含歌曲名、歌手、专辑、时长、可用音质等信息

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
song_midYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses the output format (JSON string with specific fields) and the input requirement. However, it does not mention edge cases like missing/invalid song_mid, authentication requirements, or any rate limits. While 'get' implies a read-only operation, this is not explicitly stated. The description provides adequate but not complete transparency.

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 extremely concise: a one-line purpose statement followed by two short sections for Args and Returns. Every sentence contributes useful information, and the format is well-structured with clear labels. No fluff or redundancy.

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?

The tool is simple with a single parameter, and the description covers purpose, input, and output. It does not provide examples or error scenarios, but given the low complexity and the presence of an output schema, the description is sufficiently complete. A slightly fuller description might mention expected error behavior, but this is not critical.

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

Parameters4/5

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

The schema provides only the parameter name and type (string), with no description. The tool description fills this gap by explaining song_mid as '歌曲的 MID 标识符' (the song's MID identifier), which gives meaningful context about what the parameter represents. This adds value beyond the bare 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 '获取歌曲详情' (get song details) and enumerates the return fields (song name, singer, album, duration, available quality), making it distinct from sibling tools like get_song_quality and get_song_url. The verb-resource pairing is specific and unambiguous.

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

Usage Guidelines2/5

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

No explicit when-to-use or when-not-to-use guidance is provided. The description does not mention alternatives or situations where get_song_quality, get_song_url, or get_lyric would be more appropriate. The only implication is that this tool is for general details, but that is not explicitly stated.

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/wangkezun/qq-music-mcp'

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