Skip to main content
Glama

snapshot_integrity_report

Audit local Spotify playlist snapshots to reveal valid vs corrupt files, per-playlist coverage, and newest snapshot age. Use this report to spot integrity gaps and decide when to create, refresh, or restore snapshots.

Instructions

Aggregate health report over all local snapshots: valid vs corrupt files, per-playlist coverage, and the age of each playlist’s newest snapshot Snapshot guide: take_playlist_snapshot (create), list_saved_snapshots (list), read_playlist_snapshot (read), diff_playlist_snapshots / snapshot_new_tracks / snapshot_removed_tracks (diff), restore_playlist_from_snapshot / restore_playlist_plan (restore).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
response_formatNo'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API objectconcise

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.26.1

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It conveys that the tool reads all local snapshots and produces aggregate health information, which strongly implies a read-only report operation. However, it does not explicitly confirm non-mutation, explain how corruption is determined, or note potential performance costs of scanning all snapshots.

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

Conciseness4/5

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

The primary purpose is front-loaded in one efficient sentence with concrete report dimensions. The second sentence is a compact, useful map of related snapshot operations, though it is slightly dense and could be polished; it still earns its place by orienting the agent among many snapshot siblings.

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 one-parameter tool with a clear aggregate report scope, the description covers the essential context: what it reports, over what data, and how it relates to other snapshot tools. There is no output schema, but the response_format parameter partially conveys output style and the description names the main report contents, which is adequate for 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?

The schema already documents response_format with a default value, an enum, and per-value descriptions, achieving 100% schema coverage. The description adds nothing about this parameter, but none is needed because the schema fully explains it. Thus the baseline of 3 applies.

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 clearly states the tool's function: 'Aggregate health report over all local snapshots' and lists specific report dimensions (valid vs corrupt files, per-playlist coverage, age of newest snapshot). This distinguishes it from the many sibling snapshot tools, which are categorized in the supplied guide as create/list/read/diff/restore operations.

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 opening phrase makes the use case clear: an aggregate, health-focused report over all local snapshots. The 'Snapshot guide' adds helpful context by grouping related sibling tools by operation, implying when you need create/list/read/diff/restore behavior you use those tools instead. It does not explicitly name the closest alternative report tools like snapshot_integrity_check, so it stops short of a 5.

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