Skip to main content
Glama

album_edition_lint

Find duplicate saved albums where the same record appears in multiple editions (same name after stripping edition text, same primary artist, distinct IDs).

Instructions

Lint your saved albums for the same record kept across multiple editions (same name after edition-noise stripping + primary artist, distinct album IDs). Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scan_capNoMax saved 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)
response_formatNo'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API objectconcise
Behavior4/5

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

With no annotations provided, the description carries the full burden, and it explicitly states 'Read-only', disclosing the safety profile up front. It also discloses the normalization behavior (edition-noise stripping) that drives detection. It does not describe the return format or pagination behavior, but for a lint tool this is a secondary concern given the safety and matching semantics are both 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 compact sentences with zero filler: the first states the action and exact detection rule, and the second delivers the safety flag. Every word earns its place, and the most decision-relevant information is front-loaded.

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 read-only analysis tool with three fully-documented optional parameters, the description covers the core invocation needs: what it scans, how it matches, and that it is non-mutating. The one gap is return-value semantics — no output schema exists and the description does not hint at what the lint report contains — but this is partially mitigated by the response_format parameter enumerating output styles.

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 thoroughly: scan_cap explains its default and upper bound, max_results explains its default and env fallback, and response_format explains each enum value. The description adds nothing about parameters, so the baseline 3 applies — the schema does the heavy lifting.

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 ('Lint') targeting a specific resource ('your saved albums') and precisely defines what it detects: the same record across multiple editions, with an explicit matching rule (same name after edition-noise stripping + primary artist, distinct album IDs). This level of specificity distinguishes it from generic duplicate-finding siblings like duplicate_saved_versions even without naming them.

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 purpose statement implies when to use it (when you suspect the same record is saved in multiple editions), but the description never names alternatives or states when NOT to use it. This is a real gap given the sibling list contains duplicate_saved_versions and find_duplicate_saved_tracks, which an agent could easily confuse with this tool. The usage context is clear for the tool itself, but no exclusions or alternative routing is provided.

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