Skip to main content
Glama

Check Saved Spotify Albums

spotify_album_library_contains
Read-onlyIdempotent

Check if specific Spotify albums are saved in your library using their album IDs, returning a result for each ID.

Instructions

Check whether exact Spotify album IDs are saved in the user's library.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
album_idsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
savedYes
album_idsYes
Install Server

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safe-read nature is established. The description adds that this performs an exact-match library containment check, but it does not describe output format or authentication needs. No contradiction with annotations.

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, front-loaded sentence conveys all essential information without wasted words. It is appropriately concise for a simple check tool.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple (one parameter), has a rich annotation profile, and has an output schema. The description sufficiently covers purpose and the exact-match behavior; return values are already handled by the output schema. No important gaps remain for this low-complexity tool.

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

Parameters4/5

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

The input schema only defines album_ids as an array of strings, with 0% description coverage. The description compensates by specifying 'exact Spotify album IDs' and the library context, clarifying that these are IDs for albums and that the check is exact-match. This adds semantic value beyond the bare schema.

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 uses a specific verb ('Check whether') paired with a clear resource ('exact Spotify album IDs') and scope ('saved in the user's library'). This clearly distinguishes it from listing or mutation tools like spotify_saved_albums or spotify_album_library_save.

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 mention of 'exact' album IDs implies this is for boolean membership checks when you already have specific album IDs, but there is no explicit guidance on when to prefer this over sibling tools like spotify_library_contains or spotify_saved_albums. The usage context is implied rather than stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/martin-gomola/spotify-mcp'

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