Skip to main content
Glama

new_music_from_top_artists

Find new music from your top Spotify artists by checking each artist's latest album and flagging releases from the last N days.

Instructions

Fresh-music digest from YOUR listening: probes the latest release of each of your top artists (from /me/top/artists) and flags those released within the last N days. Quota: 1 /me/top/artists + 1 small albums call per top artist.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoFreshness window in days. Default: 30
windowNoTop-artist window. Default: 'medium_term'
artists_capNoTop artists probed. Default: 10
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?

No annotations are provided, so the description carries the full disclosure burden, and it meets that burden well. It reveals the actual execution pipeline ('1 /me/top/aartists + 1 small albums call per top artist'), which tells an agent this tool is heavy and quota-conscious, and it clarifies the scoping (only artists from the listening profile, only latest release per artist, only releases within N days). It stops short of stating read-only safety explicitly and doesn't mention auth scopes, but the quota disclosure adds genuine behavioral context beyond any basic 'shows new releases' summary.

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 short sentences, zero fluff: the first front-loads the value proposition and the algorithmic loop, the second packs the quota profile. Every piece of information earns its place, and nothing is repeated from the schema.

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 tool with 4 optional params, a 100%-coverage schema, and the response_format param describing output modes, the description is largely sufcient. It explains the algorithm, the cost profile, and the personalization source. The only gap is the lack of an explicit statement of what the default 'concise' output looks like in practice, and no output schema exists to fill that in, but the loss is minor given the response_format enum.

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 coverage is 100%, with every parameter described including defaults and enum options, so the schema already does the heavy lifting. The description loosely echoes the `days` parameter via 'last N days' and the `window`/`artists_cap` parameters via 'your top artists', but adds no new semantic detail, format guidance, or interaction notes beyond what the schema already provides. Baseline 3 is correct.

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?

States a specific verb and resource: it 'probes the atest release of each of your top artists' and 'flags those released within the last N days'. The source data is named explicitly (/me/top/aartists), which cleanly distinguishes it from siblings like new_music_from_saved_aartists that draw from a different library segment. The phrase 'Fresh-music digest from YOUR listening' frames the tool's unique value propostition in one line.

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 usage context (want fresh releases from your personal top artists) through the active-based framing and the named data source. However, it names no alternative and gives no when-not-to-use condition, despite closely related siblings such as new_music_from_saved_aartists, check_artist_releases, and artist_release_digest that an agent would need help choosing between.

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