Skip to main content
Glama

playlist_changelog

Compare a playlist across two backup snapshots to see tracks added, removed, kept, and reordered. Read-only, no API calls—use it as the what-changed-since-last-week view.

Instructions

Diff ONE playlist across two backup snapshots (older → newer): tracks added, removed, and kept — plus whether the kept tracks were reordered. The "what changed since last week" view. Read-only, no API calls.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
max_resultsNoMax items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50)
backup_file_aYesOLDER snapshot file name (baseline)
backup_file_bYesNEWER snapshot file name (comparison)
playlist_nameYesPlaylist name to compare (exact first, then substring)
response_formatNo'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API objectconcise
Behavior4/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It states exactly that the operation is read-only and makes no API calls, which is valuable and not inferable from the schema alone. It could add more detail about file lookup or failure behavior, but the key safety traits are disclosed.

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 two tight sentences with no filler. It front-loads the core operation, then adds a memorable usage hook and a critical behavioral note ('Read-only, no API calls'). Every sentence earns its place.

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?

For a tool with a fully documented schema and no output schema, the description covers the primary inputs and expected result categories (added, removed, kept, reordered). It does not explain edge cases like missing snapshots or mismatched playlists, but overall an agent has enough to invoke it correctly.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema already documents every parameter. The description adds conceptual framing ('older → newer', 'exact first, then substring') but does not materially expand on parameter semantics beyond the schema, matching the baseline.

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 clearly identifies the verb ('Diff'), resource ('ONE playlist across two backup snapshots'), and the output categories (added, removed, kept, reordered). It is specific and useful, though it does not explicitly name or differentiate itself from similar sibling tools like snapshot_changelog or diff_playlist_snapshots.

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

Usage Guidelines4/5

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

The 'what changed since last week' framing gives clear situational context for when to use this tool. It does not list exclusions or explicitly point to alternatives, so it falls short of the top score.

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/NovaLux12/spotify-mcp-server'

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