Skip to main content
Glama
Stipe15

spotify-mcp

by Stipe15

dropped_artists

Read-only

Find artists you played often but have stopped listening to recently. Set minimum play counts and silence threshold to surface forgotten favorites ranked by historical plays.

Instructions

Artists you used to play a lot but have gone quiet on: at least min_plays total plays, with none in the last silent_since_months. Ranked by historical play count.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
min_playsNo
silent_since_monthsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
rowsYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, so the safety profile is known. The description adds useful behavioral context beyond the annotations: the precise eligibility filter, the silence window, and the ranking order. It does not describe the response shape, but an output schema exists, so that is not a significant gap.

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 compact sentence that front-loads the user-facing concept, then states the exact thresholds and ordering. There is no filler, no repetition of schema defaults, and every clause 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 read-only reporting tool with three simple parameters and an output schema, the description supplies the essential selection logic, threshold definitions, and sort order. The only minor omission is explicit treatment of limit, but its name and default make it largely self-explanatory.

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 description meaningfully defines min_plays and silent_since_months beyond the bare schema titles, and the ranking sentence clarifies output ordering. However, limit is not described at all, and schema description coverage is 0%, so the description carries most but not all of the parameter-explanation burden.

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?

Clearly identifies the returned set: artists with at least min_plays total plays and none in the last silent_since_months, ranked by historical play count. This is readily distinguishable from siblings like get_top_artists or reDiscover_tracks. It lacks an explicit verb such as 'returns' or 'gets' and does not name a sibling, so it stops short of a 5.

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?

Implies a discovery/reporting use case ('Artists you used to play a lot but have gone quiet on') and the threshold parameters give the agent control. However, it gives no explicit when-to-use/when-not-to-use guidance or alternative tool names, leaving the agent to infer which circumstance calls for this tool.

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

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

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