Skip to main content
Glama
oliver-virt

spotify-library-mcp

by oliver-virt

snapshot_library

Back up your entire Spotify library by saving a snapshot of all playlists and liked songs to disk, enabling change tracking over time.

Instructions

Save a full snapshot of all playlists + liked songs to disk (backup; enables changes_since).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelNo
Behavior3/5

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

With no annotations provided, the description must carry the behavioral burden. It discloses that the tool writes a snapshot to disk and that it enables changes_since, which are useful side effects. However, it does not clarify label behavior, whether snapshots are named automatically, whether existing snapshots are overwritten, or what the tool returns.

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 sentence with high information density. The main action is stated up front, and the two ancillary details (backup and enabling changes_since) are integrated without waste.

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: one optional parameter, no output schema, no annotations. The description explains the core operation and the implied prerequisite for changes_since. It is largely complete, but the lack of any description of 'label' prevents a perfect score.

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?

There is one parameter, label, and the description says nothing about it. Schema description coverage is 0%, so the description needed to explain the meaning and purpose of label but did not. An agent cannot know why they would supply a label or what format/constraints apply.

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 states a specific verb (Save), a specific resource (full snapshot of all playlists + liked songs), and the destination (disk). It also explains the purpose (backup; enables changes_since), which distinguishes it clearly from siblings like list_snapshots or changes_since.

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 description implicitly tells the agent this should be run before using changes_since and positions the tool as a backup operation. It doesn't explicitly name alternatives or say when not to use it, but the context is clear and sufficient for this simple tool.

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