Skip to main content
Glama

read_playlist_snapshot

Retrieve a saved Spotify playlist snapshot to inspect its metadata and captured tracks, limiting results with max_results for concise, detailed, or JSON output.

Instructions

Read one local playlist snapshot and return its meta plus the captured track rows (truncated by max_results)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
snapshotYesSnapshot id (filename stem), filename, or path
max_resultsNoMax items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50)
response_formatNo'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API objectconcise
Behavior3/5

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

With no annotations provided, the description carries the full burden. It does disclose meaningful behavior: the operation is a local read (no network), and results are 'truncated by max_results'. However, it does not describe what happens on an invalid or missing snapshot id, and it never explicitly confirms zero side effects beyond the verb 'read'.

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?

A single 20-word sentence with the verb and object front-loaded, followed by the return shape and truncation caveat. Every word earns its place; no redundant or filler phrasing.

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?

For a simple 3-param read tool with fully documented parameters, the description is adequate: it conveys the return shape at a high level, which matters because there is no output schema. Gaps remain — no error/no-found behavior and no explicit pointer to sibling tools (e.g., list_playlist_snapshots) for discovering valid snapshot ids — but nothing critical blocks correct invocation.

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 all three parameters; baseline is 3. The description adds only one small link, tying max_results to truncation behavior, and contributes nothing new for snapshot or response_format beyond their schema text.

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 ('Read'), a precise resource ('one local playlist snapshot'), and the exact return contents ('its meta plus the captured track rows'). The qualifiers 'one' and 'local' clearly separate it from listing tools like list_playlist_snapshots and from live-data tools like get_playlist_snapshot.

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

Usage Guidelines3/5

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

Usage context is implied rather than stated: 'local playlist snapshot' signals that this reads locally captured data rather than live Spotify data, but no alternative is named and no when-not-to-use guidance is given. An agent must infer which of the many snapshot siblings (take, list, diff, restore, delete) pairs with this 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/NovaLux12/spotify-mcp-server'

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