Skip to main content
Glama
YangLiangwei

PersonalizationMCP

by YangLiangwei

get_user_saved_tracks

Retrieve a user's saved tracks from their music library using pagination controls for limit and offset, enabling personalized playlist analysis and recommendations.

Instructions

Get user's saved tracks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
access_tokenNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

D1.9/5.0
Behavior1/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does not mention pagination, that it returns a list of tracks, whether it requires an access token, or any side effects. The single sentence reveals nothing beyond the basic action.

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

Conciseness2/5

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

The description is a single short sentence, which is concise but severely under-specified. It lacks any context that would help an agent use the tool correctly, so the brevity is not a virtue but a deficiency.

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

Completeness1/5

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

Given the tool has no output schema, no annotations, and three undocumented parameters, the description is woefully incomplete. An agent cannot determine how to construct a valid call, what to expect in response, or what constraints apply.

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

Parameters1/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 for the lack of parameter documentation. It does not mention limit, offset, or access_token, nor does it explain their purpose or format. The description adds no semantic value beyond the schema's names and defaults.

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

Purpose4/5

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

The description states a specific verb ('Get') and resource ('user's saved tracks'), which clearly identifies the action and distinguishes it from sibling tools like get_user_saved_albums or get_saved_content. However, it does not clarify whether 'user' refers to the current authenticated user, leaving slight ambiguity in scope.

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

Usage Guidelines1/5

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

There is no guidance on when to use this tool versus alternatives, no mention of authentication prerequisites, and no indication of which context (e.g., Spotify library vs. other platforms) it applies to. The description offers zero usage direction.

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

Deploy Server

Other Tools