get playlist by user id
get_mixListget playlist by user id unique_id or user_id is not empty Group: Mix (Playlist). Billing per call: 1 Credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| cursor | No | ||
| user_id | No | ||
| unique_id | No |
get_mixListget playlist by user id unique_id or user_id is not empty Group: Mix (Playlist). Billing per call: 1 Credits.
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| cursor | No | ||
| user_id | No | ||
| unique_id | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are present, so the description must carry the transparency burden. It only adds billing cost and a non-empty precondition for identifiers; it omits whether the call is read-only, how pagination works, what kind of response is returned, and whether any auth or scopes are required.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The text is short and front-loaded, but it is composed of choppy fragments: 'Group: Mix (Playlist). Billing per call: 1 Credits.' These add metadata but do not make the description more actionable or well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a list-style tool with 4 optional-looking parameters, no annotations, and no output schema, the description is insufficient. It provides no pagination context, no return expectations, no response shape, and no rationale for picking this over related playlist tools.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
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 for the parameters. It only mentions unique_id and user_id as the nonzero keys, but count and cursor are left completely unexplained, and there is no clear statement about whether any parameter is required.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description identifies the tool as retrieving playlist(s) by user id, naming the specific resource and scope ('unique_id or user_id'). However, it is telegraphic and does not differentiate it from sibling tools like get_mixInfo or get_mixPosts.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is given about when to use this tool versus alternatives. The note that 'unique_id or user_id is not empty' is a weak precondition, but it does not explain required vs optional inputs or distinguish this tool from the many other get_* siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.