Skip to main content
Glama

library_coverage_report

Identify orphan saved tracks and unsaved playlist items to reveal gaps between your Spotify library and playlists.

Instructions

Report coverage between your saved tracks and playlists: orphan saved tracks (liked but not in any playlist) and unsaved playlist items. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dry_runNoPreview only: validate inputs and describe exactly what would change without performing it
scan_capNoMax items to walk per paginated source; default SPOTIFY_MCP_FETCH_ALL_CAP
max_resultsNoMax items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50)
max_playlistsNoHow many playlists to scan (default 50, max 100)
response_formatNo'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API objectconcise
include_not_savedNoInclude unsaved playlist items (default true)
Behavior4/5

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

There are no annotations, so the description carries the behavioral disclosure burden. It explicitly states 'Read-only,' assuring no mutation, and it describes what the report contains. It could add caveats about scan caps or pagination, but the read-only guarantee is meaningful and clearly 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?

Two sentences with no filler: the core purpose is front-loaded, the output categories are named, and the read-only safety trait is stated. 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 6-parameter report tool with no output schema, the description gives enough orientation: it names what is reported and confirms no side effects. Since the input schema fully documents all parameters, the remaining gap is mostly the lack of routing guidance against similarly named siblings.

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 description does not need to reinvent parameter docs. The description references the two output categories but does not add meaning beyond what the parameter schema already provides. This is an appropriate baseline for fully self-documenting parameters.

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 names a specific verb and resource: 'Report coverage between your saved tracks and playlists,' and enumerates the two computed categories (orphan saved tracks and unsaved playlist items). It is clear and specific, but it does not explicitly distinguish itself from close siblings like saved_vs_playlist_coverage or unsave_orphan_tracks.

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?

The description implies a clear usage context: analyze gaps between saved tracks and playlists. However, it provides no explicit when-to-use guidance, no alternatives, and no exclusion criteria relative to overlapping report or mutation tools.

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