Skip to main content
Glama
oliver-virt

spotify-library-mcp

by oliver-virt

get_playlist

Retrieve a Spotify playlist's details and complete track list to review its contents.

Instructions

Get a playlist's details and its full track list.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
playlist_idYes
Behavior3/5

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

With no annotations, the description must carry the burd. It clearly indicates a read-like action and that the full track list is included, which is useful. But it does not disclose behaviors such as whether results are paginated, whether large playlists may be truncated, whether authentication is expected, or whether any limitations apply.

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 a single concise sentence that front-loads the core purpose and the most distinguishing output ('full track list'). No filler or redundant restatement is present.

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

Completeness3/5

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

With one simple parameter and a clear action, the description is minimally viable. However, there is no output schema and no annotation context, so the description should also clarify anything the agent needs to know about the shape/scope of the response or how this compares to the many sibling tools; it does not fully do that.

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

Parameters2/5

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

The schema exposes a single required playlist_id with no description, and the tool description adds no direct explanation of the parameter, so coverage is effectively 0%. The phrase 'a playlist' loosely maps to playlist_id, but the description does not clarify how the ID is used, where it comes from, or any format expectations.

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 uses a specific verb ('Get'), specifies the resource ('a playlist'), and clarifies output scope ('details and its full track list'). This clearly distinguishes it from list_playlists, which lists playlists rather than a single playlist's tracks, but it does not explicitly name or contrast any sibling tool.

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 guidance is provided about when to use this tool versus the many sibling tools such as summarize_playlist, list_playlists, or find_track. The description states what the tool does but gives no context for choosing it over alternatives.

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/oliver-virt/spotify-library-mcp'

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